#9AD19E

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

Shades of Chinook #9AD19E

Tints of Chinook #9AD19E

Color information

#9AD19E (or 0x9AD19E) is unknown color: approx Chinook. HEX triplet: 9A, D1 and 9E. RGB value is (154,209,158). Sum of RGB (Red+Green+Blue) = 154+209+158=521 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.56% from 521); Green value is 209 (82.03% from 255 or 40.12% from 521); Blue value is 158 (62.11% from 255 or 30.33% from 521); Max value from RGB is 209 - color contains mainly: green. Hex color #9AD19E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD19E is #652E61. Grayscale: #BABABA. Windows color (decimal): -6631010 or 10408346. OLE color: 10408346.

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

Color convert

RGB154209158-
CMYK0.2600.240.18
HSL124.36º37.41%71.18%-
HSV(B)124.36º26.32%81.96%-
XYZ42.354.9440.72-
YUV186.74111.78104.65-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.56%
GREEN value IS 209 (82.03% from 255) = 40.12%
BLUE value IS 158 (62.11% from 255) = 30.33%
R=29.56%
G=40.12%
B=30.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1542091580.2600.240.18124.3637.4171.18
Hex9AD19E1A018127c2547
Octal232321236320302217445107
Binary100110101101000110011110110100110001001011111001001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,209,158); }

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

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

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

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

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

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

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