#9ed29e

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

Shades of Chinook #9ED29E

Tints of Chinook #9ED29E

Color information

#9ED29E (or 0x9ED29E) is unknown color: approx Chinook. HEX triplet: 9E, D2 and 9E. RGB value is (158,210,158). Sum of RGB (Red+Green+Blue) = 158+210+158=526 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.04% from 526); Green value is 210 (82.42% from 255 or 39.92% from 526); Blue value is 158 (62.11% from 255 or 30.04% from 526); Max value from RGB is 210 - color contains mainly: green. Hex color #9ED29E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED29E is #612D61. Grayscale: #BCBCBC. Windows color (decimal): -6368610 or 10408606. OLE color: 10408606.

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

Color convert

RGB158210158-
CMYK0.2500.250.18
HSL120º36.62%72.16%-
HSV(B)120º24.76%82.35%-
XYZ43.3255.8340.84-
YUV188.52110.77106.23-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.04%
GREEN value IS 210 (82.42% from 255) = 39.92%
BLUE value IS 158 (62.11% from 255) = 30.04%
R=30.04%
G=39.92%
B=30.04%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1582101580.2500.250.1812036.6272.16
Hex9ED29E1901912782548
Octal236322236310312217045110
Binary100111101101001010011110110010110011001011110001001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ed29e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,210,158); }

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

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

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

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

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

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

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