Shades of Chinook #8AD09B
Tints of Chinook #8AD09B
RGB
CMYK
RGB Variations
Color information
#8AD09B (or 0x8AD09B) is known color: Chinook. HEX triplet: 8A, D0 and 9B. RGB value is (138,208,155). Sum of RGB (Red+Green+Blue) = 138+208+155=501 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.54% from 501); Green value is 208 (81.64% from 255 or 41.52% from 501); Blue value is 155 (60.94% from 255 or 30.94% from 501); Max value from RGB is 208 - color contains mainly: green. Hex color #8AD09B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD09B is #752F64. Grayscale: #B5B5B5. Windows color (decimal): -7679845 or 10211466. OLE color: 10211466.
HSL color Cylindrical-coordinate representation of color #8AD09B: hue angle of 134.57º degrees, saturation: 0.43, 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 #8AD09B is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 208 | 155 | - |
| CMYK | 0.34 | 0 | 0.25 | 0.18 |
| HSL | 134.57º | 0.43% | 0.68% | - |
| HSV(B) | 134.57º | 0.34% | 0.82% | - |
| XYZ | 38.95 | 52.88 | 39.16 | - |
| YUV | 181.03 | 113.31 | 97.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 208 | 155 | 0.34 | 0 | 0.25 | 0.18 | 134.57 | 0.43 | 0.68 |
| Hex | 8A | D0 | 9B | 22 | 0 | 19 | 12 | 87 | 2B | 44 |
| Octal | 212 | 320 | 233 | 42 | 0 | 31 | 22 | 207 | 53 | 104 |
| Binary | 10001010 | 11010000 | 10011011 | 100010 | 0 | 11001 | 10010 | 10000111 | 101011 | 1000100 |
Color Harmonies of #8AD09B
Complementary color
Monochromatic Colors of #8AD09B
Black with #8AD09B
Text Example
Text Example
White with #8AD09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD09B; }
p { color: rgb(138,208,155); }
H1.HeaderClassName
{
color: #8AD09B;
}
.AnyTagClassName
{
color: #8AD09B;
}
</style>
background-color css
<style>
a { background-color: #8AD09B; }
a { background-color: rgb(138,208,155); }
div.DivClassName
{
background-color: #8AD09B;
}
.BgClassName
{
background-color: #8AD09B;
}
</style>
border-color css
<style>
span { border-color: #8AD09B; }
span { border-color: rgb(138,208,155); }
td.TdClassName
{
border-color: #8AD09B;
}
.TagClassName
{
border-color: #8AD09B;
}
</style>