#9AD29F

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

Shades of Chinook #9AD29F

Tints of Chinook #9AD29F

Color information

#9AD29F (or 0x9AD29F) is unknown color: approx Chinook. HEX triplet: 9A, D2 and 9F. RGB value is (154,210,159). Sum of RGB (Red+Green+Blue) = 154+210+159=523 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.45% from 523); Green value is 210 (82.42% from 255 or 40.15% from 523); Blue value is 159 (62.5% from 255 or 30.40% from 523); Max value from RGB is 210 - color contains mainly: green. Hex color #9AD29F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD29F is #652D60. Grayscale: #BBBBBB. Windows color (decimal): -6630753 or 10474138. OLE color: 10474138.

HSL color Cylindrical-coordinate representation of color #9AD29F: hue angle of 125.36º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9AD29F is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB154210159-
CMYK0.2700.240.18
HSL125.36º38.36%71.37%-
HSV(B)125.36º26.67%82.35%-
XYZ42.6355.4741.26-
YUV187.44111.95104.15-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.45%
GREEN value IS 210 (82.42% from 255) = 40.15%
BLUE value IS 159 (62.5% from 255) = 30.40%
R=29.45%
G=40.15%
B=30.40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1542101590.2700.240.18125.3638.3671.37
Hex9AD29F1B018127d2647
Octal232322237330302217546107
Binary100110101101001010011111110110110001001011111011001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,210,159); }

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

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

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

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

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

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

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