Shades of Chinook #99E2A4
Tints of Chinook #99E2A4
RGB
CMYK
RGB Variations
Color information
#99E2A4 (or 0x99E2A4) is known color: Chinook. HEX triplet: 99, E2 and A4. RGB value is (153,226,164). Sum of RGB (Red+Green+Blue) = 153+226+164=543 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.18% from 543); Green value is 226 (88.67% from 255 or 41.62% from 543); Blue value is 164 (64.45% from 255 or 30.20% from 543); Max value from RGB is 226 - color contains mainly: green. Hex color #99E2A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99E2A4 is #661D5B. Grayscale: #C5C5C5. Windows color (decimal): -6692188 or 10805913. OLE color: 10805913.
HSL color Cylindrical-coordinate representation of color #99E2A4: hue angle of 129.04º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #99E2A4 is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 153 | 226 | 164 | - |
| CMYK | 0.32 | 0 | 0.27 | 0.11 |
| HSL | 129.04º | 0.56% | 0.74% | - |
| HSV(B) | 129.04º | 0.32% | 0.89% | - |
| XYZ | 47.03 | 63.85 | 44.97 | - |
| YUV | 197.11 | 109.32 | 96.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 226 | 164 | 0.32 | 0 | 0.27 | 0.11 | 129.04 | 0.56 | 0.74 |
| Hex | 99 | E2 | A4 | 20 | 0 | 1B | B | 81 | 38 | 4A |
| Octal | 231 | 342 | 244 | 40 | 0 | 33 | 13 | 201 | 70 | 112 |
| Binary | 10011001 | 11100010 | 10100100 | 100000 | 0 | 11011 | 1011 | 10000001 | 111000 | 1001010 |
Color Harmonies of #99E2A4
Complementary color
Monochromatic Colors of #99E2A4
Black with #99E2A4
Text Example
Text Example
White with #99E2A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99E2A4; }
p { color: rgb(153,226,164); }
H1.HeaderClassName
{
color: #99E2A4;
}
.AnyTagClassName
{
color: #99E2A4;
}
</style>
background-color css
<style>
a { background-color: #99E2A4; }
a { background-color: rgb(153,226,164); }
div.DivClassName
{
background-color: #99E2A4;
}
.BgClassName
{
background-color: #99E2A4;
}
</style>
border-color css
<style>
span { border-color: #99E2A4; }
span { border-color: rgb(153,226,164); }
td.TdClassName
{
border-color: #99E2A4;
}
.TagClassName
{
border-color: #99E2A4;
}
</style>