Shades of Chinook #99E4A0
Tints of Chinook #99E4A0
RGB
CMYK
RGB Variations
Color information
#99E4A0 (or 0x99E4A0) is known color: Chinook. HEX triplet: 99, E4 and A0. RGB value is (153,228,160). Sum of RGB (Red+Green+Blue) = 153+228+160=541 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.28% from 541); Green value is 228 (89.45% from 255 or 42.14% from 541); Blue value is 160 (62.89% from 255 or 29.57% from 541); Max value from RGB is 228 - color contains mainly: green. Hex color #99E4A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99E4A0 is #661B5F. Grayscale: #C6C6C6. Windows color (decimal): -6691680 or 10544281. OLE color: 10544281.
HSL color Cylindrical-coordinate representation of color #99E4A0: hue angle of 125.6º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #99E4A0 is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 153 | 228 | 160 | - |
| CMYK | 0.33 | 0 | 0.30 | 0.11 |
| HSL | 125.6º | 0.58% | 0.75% | - |
| HSV(B) | 125.6º | 0.33% | 0.89% | - |
| XYZ | 47.23 | 64.8 | 43.28 | - |
| YUV | 197.82 | 106.65 | 96.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 228 | 160 | 0.33 | 0 | 0.30 | 0.11 | 125.6 | 0.58 | 0.75 |
| Hex | 99 | E4 | A0 | 21 | 0 | 1E | B | 7E | 3A | 4B |
| Octal | 231 | 344 | 240 | 41 | 0 | 36 | 13 | 176 | 72 | 113 |
| Binary | 10011001 | 11100100 | 10100000 | 100001 | 0 | 11110 | 1011 | 1111110 | 111010 | 1001011 |
Color Harmonies of #99E4A0
Complementary color
Monochromatic Colors of #99E4A0
Black with #99E4A0
Text Example
Text Example
White with #99E4A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E4A0; }
p { color: rgb(153,228,160); }
H1.HeaderClassName
{
color: #99E4A0;
}
.AnyTagClassName
{
color: #99E4A0;
}
</style>
background-color css
<style>
a { background-color: #99E4A0; }
a { background-color: rgb(153,228,160); }
div.DivClassName
{
background-color: #99E4A0;
}
.BgClassName
{
background-color: #99E4A0;
}
</style>
border-color css
<style>
span { border-color: #99E4A0; }
span { border-color: rgb(153,228,160); }
td.TdClassName
{
border-color: #99E4A0;
}
.TagClassName
{
border-color: #99E4A0;
}
</style>