#9ED39F

Color #9ED39F Chinook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chinook #9ED39F

Tints of Chinook #9ED39F

Color information

#9ED39F (or 0x9ED39F) is unknown color: approx Chinook. HEX triplet: 9E, D3 and 9F. RGB value is (158,211,159). Sum of RGB (Red+Green+Blue) = 158+211+159=528 (69% of max value = 765). Red value is 158 (62.11% from 255 or 29.92% from 528); Green value is 211 (82.81% from 255 or 39.96% from 528); Blue value is 159 (62.5% from 255 or 30.11% from 528); Max value from RGB is 211 - color contains mainly: green. Hex color #9ED39F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED39F is #612C60. Grayscale: #BDBDBD. Windows color (decimal): -6368353 or 10474398. OLE color: 10474398.

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

Color convert

RGB158211159-
CMYK0.2500.250.17
HSL121.13º37.59%72.35%-
HSV(B)121.13º25.12%82.75%-
XYZ43.6556.3641.38-
YUV189.22110.94105.73-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.92%
GREEN value IS 211 (82.81% from 255) = 39.96%
BLUE value IS 159 (62.5% from 255) = 30.11%
R=29.92%
G=39.96%
B=30.11%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1582111590.2500.250.17121.1337.5972.35
Hex9ED39F1901911792648
Octal236323237310312117146110
Binary100111101101001110011111110010110011000111110011001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9ED39F;
 }
 .AnyTagClassName
 {
   color: #9ED39F;
 }
</style>
background-color css

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

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

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

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

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

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