Shades of Chinook #8AD199
Tints of Chinook #8AD199
RGB
CMYK
RGB Variations
Color information
#8AD199 (or 0x8AD199) is known color: Chinook. HEX triplet: 8A, D1 and 99. RGB value is (138,209,153). Sum of RGB (Red+Green+Blue) = 138+209+153=500 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.6% from 500); Green value is 209 (82.03% from 255 or 41.8% from 500); Blue value is 153 (60.16% from 255 or 30.6% from 500); Max value from RGB is 209 - color contains mainly: green. Hex color #8AD199 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD199 is #752E66. Grayscale: #B5B5B5. Windows color (decimal): -7679591 or 10080650. OLE color: 10080650.
HSL color Cylindrical-coordinate representation of color #8AD199: hue angle of 132.68º 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 #8AD199 is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 209 | 153 | - |
| CMYK | 0.34 | 0 | 0.27 | 0.18 |
| HSL | 132.68º | 0.44% | 0.68% | - |
| HSV(B) | 132.68º | 0.34% | 0.82% | - |
| XYZ | 39.03 | 53.3 | 38.37 | - |
| YUV | 181.39 | 111.98 | 97.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 209 | 153 | 0.34 | 0 | 0.27 | 0.18 | 132.68 | 0.44 | 0.68 |
| Hex | 8A | D1 | 99 | 22 | 0 | 1B | 12 | 85 | 2C | 44 |
| Octal | 212 | 321 | 231 | 42 | 0 | 33 | 22 | 205 | 54 | 104 |
| Binary | 10001010 | 11010001 | 10011001 | 100010 | 0 | 11011 | 10010 | 10000101 | 101100 | 1000100 |
Color Harmonies of #8AD199
Complementary color
Monochromatic Colors of #8AD199
Black with #8AD199
Text Example
Text Example
White with #8AD199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD199; }
p { color: rgb(138,209,153); }
H1.HeaderClassName
{
color: #8AD199;
}
.AnyTagClassName
{
color: #8AD199;
}
</style>
background-color css
<style>
a { background-color: #8AD199; }
a { background-color: rgb(138,209,153); }
div.DivClassName
{
background-color: #8AD199;
}
.BgClassName
{
background-color: #8AD199;
}
</style>
border-color css
<style>
span { border-color: #8AD199; }
span { border-color: rgb(138,209,153); }
td.TdClassName
{
border-color: #8AD199;
}
.TagClassName
{
border-color: #8AD199;
}
</style>