#8AD29F

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

Shades of Chinook #8AD29F

Tints of Chinook #8AD29F

Color information

#8AD29F (or 0x8AD29F) is unknown color: approx Chinook. HEX triplet: 8A, D2 and 9F. RGB value is (138,210,159). Sum of RGB (Red+Green+Blue) = 138+210+159=507 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.22% from 507); Green value is 210 (82.42% from 255 or 41.42% from 507); Blue value is 159 (62.5% from 255 or 31.36% from 507); Max value from RGB is 210 - color contains mainly: green. Hex color #8AD29F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD29F is #752D60. Grayscale: #B6B6B6. Windows color (decimal): -7679329 or 10474122. OLE color: 10474122.

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

Color convert

RGB138210159-
CMYK0.3400.240.18
HSL137.5º44.44%68.24%-
HSV(B)137.5º34.29%82.35%-
XYZ39.795441.13-
YUV182.66114.6596.15-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.22%
GREEN value IS 210 (82.42% from 255) = 41.42%
BLUE value IS 159 (62.5% from 255) = 31.36%
R=27.22%
G=41.42%
B=31.36%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1382101590.3400.240.18137.544.4468.24
Hex8AD29F22018128a2c44
Octal212322237420302221254104
Binary10001010110100101001111110001001100010010100010101011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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