#8AD29B

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

Shades of Chinook #8AD29B

Tints of Chinook #8AD29B

Color information

#8AD29B (or 0x8AD29B) is unknown color: approx Chinook. HEX triplet: 8A, D2 and 9B. RGB value is (138,210,155). Sum of RGB (Red+Green+Blue) = 138+210+155=503 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.44% from 503); Green value is 210 (82.42% from 255 or 41.75% from 503); Blue value is 155 (60.94% from 255 or 30.82% from 503); Max value from RGB is 210 - color contains mainly: green. Hex color #8AD29B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD29B is #752D64. Grayscale: #B6B6B6. Windows color (decimal): -7679333 or 10211978. OLE color: 10211978.

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

Color convert

RGB138210155-
CMYK0.3400.260.18
HSL134.17º44.44%68.24%-
HSV(B)134.17º34.29%82.35%-
XYZ39.4453.8639.33-
YUV182.2112.6596.47-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.44%
GREEN value IS 210 (82.42% from 255) = 41.75%
BLUE value IS 155 (60.94% from 255) = 30.82%
R=27.44%
G=41.75%
B=30.82%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1382101550.3400.260.18134.1744.4468.24
Hex8AD29B2201A12862c44
Octal212322233420322220654104
Binary10001010110100101001101110001001101010010100001101011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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