COLOR #90ED7E

HEX: #90ED7E
RGB: (144,237,126)

Renk bilgisi

#90ED7E contains mainly green color. #90ED7E ‘ nin web güvenlik rengi #99FF66 (ya da #9F6) dir.

RGB renk modeli

#90ED7E color RGB value is (144,237,126).

  • kırmız ton 144;
  • yeşil ton 237;
  • mavi ton 126.
RGB:
(144,237,126)
(56%,93%,49%)

RGB bağlantıları ve doygunluk

R 144 of 255 = 56%
G 237 of 255 = 93%
B 126 of 255 = 49%

144
237
126

R + G + B ~ 66%. #90ED7E is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
144 + 237 + 126 = 507 (100%)
R 144 of 507 ~ 28.4%
G 237 of 507 ~ 46.75%
B 126 of 507 ~ 24.85%

%28.4
%46.75
%24.85

CMYK RENK MODELİ

#90ED7E rengi CMYK tonu (39,0,47,7).

  • camgöbeği tonu 39.24%
  • eflatun tonu 0.00%
  • sarı tonu 46.84%
  • ana renk tonu 7.06%
CMYK:
(39,0,47,7)
C39M0Y47K7 
(39%,0%,47%,7%)
(0.39/0.00/0.47/0.07)	

CMYK yüzdeleri

%39.24
%0
%46.84
%7.06

Codes

Color #90ED7E in popluar color models

90ED7E
RGB144237126
HSL110°75.51%71.18%
HSB/HSV110°46.84%92.94%
CMYK39.24%0.00%46.84%
7.06%

Color #90ED7E in popluar number systems.

HEX90ED7E
Decimal144237126
Binary10010000111011011111110
Octal220355176

Shades and tints

Shades of #90ED7E

#90ED7E
(144,237,126)
#83D873
(131,216,115)
#76C368
(118,195,104)
#69AE5D
(105,174,93)
#5C9952
(92,153,82)
#4F8447
(79,132,71)
#426F3C
(66,111,60)
#355A31
(53,90,49)
#284526
(40,69,38)
#1B301B
(27,48,27)
#0E1B10
(14,27,16)
#000000
(0,0,0)

Tints of #90ED7E

#90ED7E
(144,237,126)
#9AEE89
(154,238,137)
#A4EF94
(164,239,148)
#AEF09F
(174,240,159)
#B8F1AA
(184,241,170)
#C2F2B5
(194,242,181)
#CCF3C0
(204,243,192)
#D6F4CB
(214,244,203)
#E0F5D6
(224,245,214)
#EAF6E1
(234,246,225)
#F4F7EC
(244,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90ED7E color. Also use rgb(144,237,126) instead hex code.

Text Font Color

.myTextColor { color: #90ED7E; }

<p style="color:#90ED7E">This sample text font color is #90ED7E.</p>

This text font color is #90ED7E.


Background Color

.myBgColor { background-color: #90ED7E; }

<div style="background-color:#90ED7E">Inner text</div>

This div background color is #90ED7E.


Border color

.myBorderColor { border: 1px solid #90ED7E; }

<div style="border:3px solid #90ED7E">Div</div>

This div border color is #90ED7E.


Opacity

.myOpacity80 { color: #90ED7E; opacity: 0.8; }

<p style="color:#90ED7E;opacity:0.8;">80%</p>

Text with #90ED7E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #90ED7E;}

<p style="text-shadow: 3px 3px 1px #90ED7E">Text here.</p>

This text has shadow with #90ED7E color.

.textShadow {text-shadow: 3px 3px 1px #90ED7E, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #90ED7E, 5px 5px 20px red">Text here.</p>

This text has shadow with #90ED7E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#90ED7E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#90ED7E, Direction=45, Strength=4)">Text</p>

This text has shadow with #90ED7E and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #90ED7E;
  -webkit-box-shadow:	1px 1px 3px 2px #90ED7E;
  box-shadow:		1px 1px 3px 2px #90ED7E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #90ED7E;
-webkit-box-shadow: 1px 1px 3px 2px #90ED7E;
box-shadow:1px 1px 3px 2px #90ED7E;">
Div content here</div>
This div box has shadow with color #90ED7E.

Preview

Color preview on black background

This text has color #90ED7E on black background.


Color preview on white background

This text has color #90ED7E on white background.



Black color preview on #90ED7E background

This text has black color on #90ED7E background.


White color preview on #90ED7E background

This text has white color on #90ED7E background.