Shades of Chinook #99D7A0
Tints of Chinook #99D7A0
RGB
CMYK
RGB Variations
Color information
#99D7A0 (or 0x99D7A0) is known color: Chinook. HEX triplet: 99, D7 and A0. RGB value is (153,215,160). Sum of RGB (Red+Green+Blue) = 153+215+160=528 (69% of max value = 765). Red value is 153 (60.16% from 255 or 28.98% from 528); Green value is 215 (84.38% from 255 or 40.72% from 528); Blue value is 160 (62.89% from 255 or 30.30% from 528); Max value from RGB is 215 - color contains mainly: green. Hex color #99D7A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D7A0 is #66285F. Grayscale: #BEBEBE. Windows color (decimal): -6695008 or 10540953. OLE color: 10540953.
HSL color Cylindrical-coordinate representation of color #99D7A0: hue angle of 126.77º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99D7A0 is Cyan = 0.29, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 215 | 160 | - |
| CMYK | 0.29 | 0 | 0.26 | 0.16 |
| HSL | 126.77º | 0.44% | 0.72% | - |
| HSV(B) | 126.77º | 0.29% | 0.84% | - |
| XYZ | 43.78 | 57.91 | 42.13 | - |
| YUV | 190.19 | 110.96 | 101.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 215 | 160 | 0.29 | 0 | 0.26 | 0.16 | 126.77 | 0.44 | 0.72 |
| Hex | 99 | D7 | A0 | 1D | 0 | 1A | 10 | 7F | 2C | 48 |
| Octal | 231 | 327 | 240 | 35 | 0 | 32 | 20 | 177 | 54 | 110 |
| Binary | 10011001 | 11010111 | 10100000 | 11101 | 0 | 11010 | 10000 | 1111111 | 101100 | 1001000 |
Color Harmonies of #99D7A0
Complementary color
Monochromatic Colors of #99D7A0
Black with #99D7A0
Text Example
Text Example
White with #99D7A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D7A0; }
p { color: rgb(153,215,160); }
H1.HeaderClassName
{
color: #99D7A0;
}
.AnyTagClassName
{
color: #99D7A0;
}
</style>
background-color css
<style>
a { background-color: #99D7A0; }
a { background-color: rgb(153,215,160); }
div.DivClassName
{
background-color: #99D7A0;
}
.BgClassName
{
background-color: #99D7A0;
}
</style>
border-color css
<style>
span { border-color: #99D7A0; }
span { border-color: rgb(153,215,160); }
td.TdClassName
{
border-color: #99D7A0;
}
.TagClassName
{
border-color: #99D7A0;
}
</style>