Shades of Chinook #99E19F
Tints of Chinook #99E19F
RGB
CMYK
RGB Variations
Color information
#99E19F (or 0x99E19F) is known color: Chinook. HEX triplet: 99, E1 and 9F. RGB value is (153,225,159). Sum of RGB (Red+Green+Blue) = 153+225+159=537 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.49% from 537); Green value is 225 (88.28% from 255 or 41.90% from 537); Blue value is 159 (62.5% from 255 or 29.61% from 537); Max value from RGB is 225 - color contains mainly: green. Hex color #99E19F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99E19F is #661E60. Grayscale: #C4C4C4. Windows color (decimal): -6692449 or 10477977. OLE color: 10477977.
HSL color Cylindrical-coordinate representation of color #99E19F: hue angle of 125º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #99E19F is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 153 | 225 | 159 | - |
| CMYK | 0.32 | 0 | 0.29 | 0.12 |
| HSL | 125º | 0.55% | 0.74% | - |
| HSV(B) | 125º | 0.32% | 0.88% | - |
| XYZ | 46.32 | 63.13 | 42.54 | - |
| YUV | 195.95 | 107.15 | 97.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 225 | 159 | 0.32 | 0 | 0.29 | 0.12 | 125 | 0.55 | 0.74 |
| Hex | 99 | E1 | 9F | 20 | 0 | 1D | C | 7D | 37 | 4A |
| Octal | 231 | 341 | 237 | 40 | 0 | 35 | 14 | 175 | 67 | 112 |
| Binary | 10011001 | 11100001 | 10011111 | 100000 | 0 | 11101 | 1100 | 1111101 | 110111 | 1001010 |
Color Harmonies of #99E19F
Complementary color
Monochromatic Colors of #99E19F
Black with #99E19F
Text Example
Text Example
White with #99E19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E19F; }
p { color: rgb(153,225,159); }
H1.HeaderClassName
{
color: #99E19F;
}
.AnyTagClassName
{
color: #99E19F;
}
</style>
background-color css
<style>
a { background-color: #99E19F; }
a { background-color: rgb(153,225,159); }
div.DivClassName
{
background-color: #99E19F;
}
.BgClassName
{
background-color: #99E19F;
}
</style>
border-color css
<style>
span { border-color: #99E19F; }
span { border-color: rgb(153,225,159); }
td.TdClassName
{
border-color: #99E19F;
}
.TagClassName
{
border-color: #99E19F;
}
</style>