Html Css Color HEX #9ED49F Chinook

📋 copy color: '#9ED49F'

red 158 ◦ green 212 ◦ blue 159

#9ED49F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chinook #9ED49F

Tints of Chinook #9ED49F

RGB

 RED value IS 158 (62.11% from 255) = 29.87%

 GREEN value IS 212 (83.2% from 255) = 40.08%

 BLUE value IS 159 (62.5% from 255) = 30.06%

R = 29.87%
G = 40.08%
B = 30.06%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.25

 K value IS 0.17

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9ED49F (or 0x9ED49F) is known color: Chinook. HEX triplet: 9E, D4 and 9F. RGB value is (158,212,159). Sum of RGB (Red+Green+Blue) = 158+212+159=529 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.87% from 529); Green value is 212 (83.20% from 255 or 40.08% from 529); Blue value is 159 (62.5% from 255 or 30.06% from 529); Max value from RGB is 212 - color contains mainly: green. Hex color #9ED49F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED49F is #612B60. Grayscale: #BDBDBD. Windows color (decimal): -6368097 or 10474654. OLE color: 10474654.

HSL color Cylindrical-coordinate representation of color #9ED49F: hue angle of 121.11º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9ED49F is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB 158 212 159 -
CMYK 0.25 0 0.25 0.17
HSL 121.11º 0.39% 0.73% -
HSV(B) 121.11º 0.25% 0.83% -
XYZ 43.9 56.86 41.46 -
YUV 189.81 110.61 105.31 -
System Red Green Blue C M Y K H S L
Decimal 158 212 159 0.25 0 0.25 0.17 121.11 0.39 0.73
Hex 9E D4 9F 19 0 19 11 79 27 49
Octal 236 324 237 31 0 31 21 171 47 111
Binary 10011110 11010100 10011111 11001 0 11001 10001 1111001 100111 1001001

Color Harmonies of #9ED49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED49F

Black with #9ED49F

Text Example


Text Example

White with #9ED49F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9ED49F; }

 p { color: rgb(158,212,159); }

 H1.HeaderClassName
 {
   color: #9ED49F;
 }
 .AnyTagClassName
 {
   color: #9ED49F;
 }
</style>

background-color css

<style>
 a { background-color: #9ED49F; }

 a { background-color: rgb(158,212,159); }

 div.DivClassName
 {
   background-color: #9ED49F;
 }
 .BgClassName
 {
   background-color: #9ED49F;
 }
</style>

border-color css

<style>
 span { border-color: #9ED49F; }

 span { border-color: rgb(158,212,159); }

 td.TdClassName
 {
   border-color: #9ED49F;
 }
 .TagClassName
 {
   border-color: #9ED49F;
 }
</style>