#9AD99D

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

Shades of Chinook #9AD99D

Tints of Chinook #9AD99D

Color information

#9AD99D (or 0x9AD99D) is unknown color: approx Chinook. HEX triplet: 9A, D9 and 9D. RGB value is (154,217,157). Sum of RGB (Red+Green+Blue) = 154+217+157=528 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.17% from 528); Green value is 217 (85.16% from 255 or 41.10% from 528); Blue value is 157 (61.72% from 255 or 29.73% from 528); Max value from RGB is 217 - color contains mainly: green. Hex color #9AD99D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD99D is #652662. Grayscale: #BFBFBF. Windows color (decimal): -6628963 or 10344858. OLE color: 10344858.

HSL color Cylindrical-coordinate representation of color #9AD99D: hue angle of 122.86º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9AD99D is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB154217157-
CMYK0.2900.280.15
HSL122.86º45.32%72.75%-
HSV(B)122.86º29.03%85.1%-
XYZ44.2358.9340.94-
YUV191.32108.63101.38-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.17%
GREEN value IS 217 (85.16% from 255) = 41.10%
BLUE value IS 157 (61.72% from 255) = 29.73%
R=29.17%
G=41.10%
B=29.73%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1542171570.2900.280.15122.8645.3272.75
Hex9AD99D1D01CF7b2d49
Octal232331235350341717355111
Binary10011010110110011001110111101011100111111110111011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,217,157); }

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

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

 a { background-color: rgb(154,217,157); }

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

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

 span { border-color: rgb(154,217,157); }

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