Shades of Chinook #99E9AF
Tints of Chinook #99E9AF
RGB
CMYK
RGB Variations
Color information
#99E9AF (or 0x99E9AF) is known color: Chinook. HEX triplet: 99, E9 and AF. RGB value is (153,233,175). Sum of RGB (Red+Green+Blue) = 153+233+175=561 (74% of max value = 765). Red value is 153 (60.16% from 255 or 27.27% from 561); Green value is 233 (91.41% from 255 or 41.53% from 561); Blue value is 175 (68.75% from 255 or 31.19% from 561); Max value from RGB is 233 - color contains mainly: green. Hex color #99E9AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #99E9AF is #661650. Grayscale: #CACACA. Windows color (decimal): -6690385 or 11528601. OLE color: 11528601.
HSL color Cylindrical-coordinate representation of color #99E9AF: hue angle of 136.5º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #99E9AF is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 153 | 233 | 175 | - |
| CMYK | 0.34 | 0 | 0.25 | 0.09 |
| HSL | 136.5º | 0.65% | 0.76% | - |
| HSV(B) | 136.5º | 0.34% | 0.91% | - |
| XYZ | 50.01 | 68.15 | 51.07 | - |
| YUV | 202.47 | 112.5 | 92.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 233 | 175 | 0.34 | 0 | 0.25 | 0.09 | 136.5 | 0.65 | 0.76 |
| Hex | 99 | E9 | AF | 22 | 0 | 19 | 9 | 88 | 41 | 4C |
| Octal | 231 | 351 | 257 | 42 | 0 | 31 | 11 | 210 | 101 | 114 |
| Binary | 10011001 | 11101001 | 10101111 | 100010 | 0 | 11001 | 1001 | 10001000 | 1000001 | 1001100 |
Color Harmonies of #99E9AF
Complementary color
Monochromatic Colors of #99E9AF
Black with #99E9AF
Text Example
Text Example
White with #99E9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E9AF; }
p { color: rgb(153,233,175); }
H1.HeaderClassName
{
color: #99E9AF;
}
.AnyTagClassName
{
color: #99E9AF;
}
</style>
background-color css
<style>
a { background-color: #99E9AF; }
a { background-color: rgb(153,233,175); }
div.DivClassName
{
background-color: #99E9AF;
}
.BgClassName
{
background-color: #99E9AF;
}
</style>
border-color css
<style>
span { border-color: #99E9AF; }
span { border-color: rgb(153,233,175); }
td.TdClassName
{
border-color: #99E9AF;
}
.TagClassName
{
border-color: #99E9AF;
}
</style>