#8AD29A

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

Shades of Chinook #8AD29A

Tints of Chinook #8AD29A

Color information

#8AD29A (or 0x8AD29A) is unknown color: approx Chinook. HEX triplet: 8A, D2 and 9A. RGB value is (138,210,154). Sum of RGB (Red+Green+Blue) = 138+210+154=502 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.49% from 502); Green value is 210 (82.42% from 255 or 41.83% from 502); Blue value is 154 (60.55% from 255 or 30.68% from 502); Max value from RGB is 210 - color contains mainly: green. Hex color #8AD29A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD29A is #752D65. Grayscale: #B6B6B6. Windows color (decimal): -7679334 or 10146442. OLE color: 10146442.

HSL color Cylindrical-coordinate representation of color #8AD29A: hue angle of 133.33º 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 #8AD29A is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB138210154-
CMYK0.3400.270.18
HSL133.33º44.44%68.24%-
HSV(B)133.33º34.29%82.35%-
XYZ39.3653.8338.89-
YUV182.09112.1596.55-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.49%
GREEN value IS 210 (82.42% from 255) = 41.83%
BLUE value IS 154 (60.55% from 255) = 30.68%
R=27.49%
G=41.83%
B=30.68%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1382101540.3400.270.18133.3344.4468.24
Hex8AD29A2201B12852c44
Octal212322232420332220554104
Binary10001010110100101001101010001001101110010100001011011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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