Shades of Chinook #99ECA9
Tints of Chinook #99ECA9
RGB
CMYK
RGB Variations
Color information
#99ECA9 (or 0x99ECA9) is known color: Chinook. HEX triplet: 99, EC and A9. RGB value is (153,236,169). Sum of RGB (Red+Green+Blue) = 153+236+169=558 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.42% from 558); Green value is 236 (92.58% from 255 or 42.29% from 558); Blue value is 169 (66.41% from 255 or 30.29% from 558); Max value from RGB is 236 - color contains mainly: green. Hex color #99ECA9 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #99ECA9 is #661356. Grayscale: #CBCBCB. Windows color (decimal): -6689623 or 11136153. OLE color: 11136153.
HSL color Cylindrical-coordinate representation of color #99ECA9: hue angle of 131.57º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99ECA9 is Cyan = 0.35, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 236 | 169 | - |
| CMYK | 0.35 | 0 | 0.28 | 0.07 |
| HSL | 131.57º | 0.69% | 0.76% | - |
| HSV(B) | 131.57º | 0.35% | 0.93% | - |
| XYZ | 50.29 | 69.63 | 48.32 | - |
| YUV | 203.55 | 108.5 | 91.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 236 | 169 | 0.35 | 0 | 0.28 | 0.07 | 131.57 | 0.69 | 0.76 |
| Hex | 99 | EC | A9 | 23 | 0 | 1C | 7 | 84 | 45 | 4C |
| Octal | 231 | 354 | 251 | 43 | 0 | 34 | 7 | 204 | 105 | 114 |
| Binary | 10011001 | 11101100 | 10101001 | 100011 | 0 | 11100 | 111 | 10000100 | 1000101 | 1001100 |
Color Harmonies of #99ECA9
Complementary color
Monochromatic Colors of #99ECA9
Black with #99ECA9
Text Example
Text Example
White with #99ECA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99ECA9; }
p { color: rgb(153,236,169); }
H1.HeaderClassName
{
color: #99ECA9;
}
.AnyTagClassName
{
color: #99ECA9;
}
</style>
background-color css
<style>
a { background-color: #99ECA9; }
a { background-color: rgb(153,236,169); }
div.DivClassName
{
background-color: #99ECA9;
}
.BgClassName
{
background-color: #99ECA9;
}
</style>
border-color css
<style>
span { border-color: #99ECA9; }
span { border-color: rgb(153,236,169); }
td.TdClassName
{
border-color: #99ECA9;
}
.TagClassName
{
border-color: #99ECA9;
}
</style>