#9AD49E

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

Shades of Chinook #9AD49E

Tints of Chinook #9AD49E

Color information

#9AD49E (or 0x9AD49E) is unknown color: approx Chinook. HEX triplet: 9A, D4 and 9E. RGB value is (154,212,158). Sum of RGB (Red+Green+Blue) = 154+212+158=524 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.39% from 524); Green value is 212 (83.20% from 255 or 40.46% from 524); Blue value is 158 (62.11% from 255 or 30.15% from 524); Max value from RGB is 212 - color contains mainly: green. Hex color #9AD49E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD49E is #652B61. Grayscale: #BCBCBC. Windows color (decimal): -6630242 or 10409114. OLE color: 10409114.

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

Color convert

RGB154212158-
CMYK0.2700.250.17
HSL124.14º40.28%71.76%-
HSV(B)124.14º27.36%83.14%-
XYZ43.0456.4340.97-
YUV188.5110.78103.39-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.39%
GREEN value IS 212 (83.20% from 255) = 40.46%
BLUE value IS 158 (62.11% from 255) = 30.15%
R=29.39%
G=40.46%
B=30.15%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1542121580.2700.250.17124.1440.2871.76
Hex9AD49E1B019117c2848
Octal232324236330312117450110
Binary100110101101010010011110110110110011000111111001010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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