Shades of Chinook #8AD09D
Tints of Chinook #8AD09D
RGB
CMYK
RGB Variations
Color information
#8AD09D (or 0x8AD09D) is known color: Chinook. HEX triplet: 8A, D0 and 9D. RGB value is (138,208,157). Sum of RGB (Red+Green+Blue) = 138+208+157=503 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.44% from 503); Green value is 208 (81.64% from 255 or 41.35% from 503); Blue value is 157 (61.72% from 255 or 31.21% from 503); Max value from RGB is 208 - color contains mainly: green. Hex color #8AD09D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD09D is #752F62. Grayscale: #B5B5B5. Windows color (decimal): -7679843 or 10342538. OLE color: 10342538.
HSL color Cylindrical-coordinate representation of color #8AD09D: hue angle of 136.29º 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 #8AD09D is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 208 | 157 | - |
| CMYK | 0.34 | 0 | 0.25 | 0.18 |
| HSL | 136.29º | 0.43% | 0.68% | - |
| HSV(B) | 136.29º | 0.34% | 0.82% | - |
| XYZ | 39.12 | 52.95 | 40.06 | - |
| YUV | 181.26 | 114.31 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 208 | 157 | 0.34 | 0 | 0.25 | 0.18 | 136.29 | 0.43 | 0.68 |
| Hex | 8A | D0 | 9D | 22 | 0 | 19 | 12 | 88 | 2B | 44 |
| Octal | 212 | 320 | 235 | 42 | 0 | 31 | 22 | 210 | 53 | 104 |
| Binary | 10001010 | 11010000 | 10011101 | 100010 | 0 | 11001 | 10010 | 10001000 | 101011 | 1000100 |
Color Harmonies of #8AD09D
Complementary color
Monochromatic Colors of #8AD09D
Black with #8AD09D
Text Example
Text Example
White with #8AD09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD09D; }
p { color: rgb(138,208,157); }
H1.HeaderClassName
{
color: #8AD09D;
}
.AnyTagClassName
{
color: #8AD09D;
}
</style>
background-color css
<style>
a { background-color: #8AD09D; }
a { background-color: rgb(138,208,157); }
div.DivClassName
{
background-color: #8AD09D;
}
.BgClassName
{
background-color: #8AD09D;
}
</style>
border-color css
<style>
span { border-color: #8AD09D; }
span { border-color: rgb(138,208,157); }
td.TdClassName
{
border-color: #8AD09D;
}
.TagClassName
{
border-color: #8AD09D;
}
</style>