Shades of Chinook #8AD099
Tints of Chinook #8AD099
RGB
CMYK
RGB Variations
Color information
#8AD099 (or 0x8AD099) is known color: Chinook. HEX triplet: 8A, D0 and 99. RGB value is (138,208,153). Sum of RGB (Red+Green+Blue) = 138+208+153=499 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.66% from 499); Green value is 208 (81.64% from 255 or 41.68% from 499); Blue value is 153 (60.16% from 255 or 30.66% from 499); Max value from RGB is 208 - color contains mainly: green. Hex color #8AD099 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD099 is #752F66. Grayscale: #B4B4B4. Windows color (decimal): -7679847 or 10080394. OLE color: 10080394.
HSL color Cylindrical-coordinate representation of color #8AD099: hue angle of 132.86º 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 #8AD099 is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 208 | 153 | - |
| CMYK | 0.34 | 0 | 0.26 | 0.18 |
| HSL | 132.86º | 0.43% | 0.68% | - |
| HSV(B) | 132.86º | 0.34% | 0.82% | - |
| XYZ | 38.79 | 52.81 | 38.29 | - |
| YUV | 180.8 | 112.31 | 97.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 208 | 153 | 0.34 | 0 | 0.26 | 0.18 | 132.86 | 0.43 | 0.68 |
| Hex | 8A | D0 | 99 | 22 | 0 | 1A | 12 | 85 | 2B | 44 |
| Octal | 212 | 320 | 231 | 42 | 0 | 32 | 22 | 205 | 53 | 104 |
| Binary | 10001010 | 11010000 | 10011001 | 100010 | 0 | 11010 | 10010 | 10000101 | 101011 | 1000100 |
Color Harmonies of #8AD099
Complementary color
Monochromatic Colors of #8AD099
Black with #8AD099
Text Example
Text Example
White with #8AD099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD099; }
p { color: rgb(138,208,153); }
H1.HeaderClassName
{
color: #8AD099;
}
.AnyTagClassName
{
color: #8AD099;
}
</style>
background-color css
<style>
a { background-color: #8AD099; }
a { background-color: rgb(138,208,153); }
div.DivClassName
{
background-color: #8AD099;
}
.BgClassName
{
background-color: #8AD099;
}
</style>
border-color css
<style>
span { border-color: #8AD099; }
span { border-color: rgb(138,208,153); }
td.TdClassName
{
border-color: #8AD099;
}
.TagClassName
{
border-color: #8AD099;
}
</style>