Shades of Chinook #8AD99B
Tints of Chinook #8AD99B
RGB
CMYK
RGB Variations
Color information
#8AD99B (or 0x8AD99B) is known color: Chinook. HEX triplet: 8A, D9 and 9B. RGB value is (138,217,155). Sum of RGB (Red+Green+Blue) = 138+217+155=510 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.06% from 510); Green value is 217 (85.16% from 255 or 42.55% from 510); Blue value is 155 (60.94% from 255 or 30.39% from 510); Max value from RGB is 217 - color contains mainly: green. Hex color #8AD99B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD99B is #752664. Grayscale: #BABABA. Windows color (decimal): -7677541 or 10213770. OLE color: 10213770.
HSL color Cylindrical-coordinate representation of color #8AD99B: hue angle of 132.91º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8AD99B is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 138 | 217 | 155 | - |
| CMYK | 0.36 | 0 | 0.29 | 0.15 |
| HSL | 132.91º | 0.51% | 0.7% | - |
| HSV(B) | 132.91º | 0.36% | 0.85% | - |
| XYZ | 41.21 | 57.4 | 39.92 | - |
| YUV | 186.31 | 110.33 | 93.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 217 | 155 | 0.36 | 0 | 0.29 | 0.15 | 132.91 | 0.51 | 0.7 |
| Hex | 8A | D9 | 9B | 24 | 0 | 1D | F | 85 | 33 | 46 |
| Octal | 212 | 331 | 233 | 44 | 0 | 35 | 17 | 205 | 63 | 106 |
| Binary | 10001010 | 11011001 | 10011011 | 100100 | 0 | 11101 | 1111 | 10000101 | 110011 | 1000110 |
Color Harmonies of #8AD99B
Complementary color
Monochromatic Colors of #8AD99B
Black with #8AD99B
Text Example
Text Example
White with #8AD99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD99B; }
p { color: rgb(138,217,155); }
H1.HeaderClassName
{
color: #8AD99B;
}
.AnyTagClassName
{
color: #8AD99B;
}
</style>
background-color css
<style>
a { background-color: #8AD99B; }
a { background-color: rgb(138,217,155); }
div.DivClassName
{
background-color: #8AD99B;
}
.BgClassName
{
background-color: #8AD99B;
}
</style>
border-color css
<style>
span { border-color: #8AD99B; }
span { border-color: rgb(138,217,155); }
td.TdClassName
{
border-color: #8AD99B;
}
.TagClassName
{
border-color: #8AD99B;
}
</style>