Shades of Chinook #99CE9A
Tints of Chinook #99CE9A
RGB
CMYK
RGB Variations
Color information
#99CE9A (or 0x99CE9A) is known color: Chinook. HEX triplet: 99, CE and 9A. RGB value is (153,206,154). Sum of RGB (Red+Green+Blue) = 153+206+154=513 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.82% from 513); Green value is 206 (80.86% from 255 or 40.16% from 513); Blue value is 154 (60.55% from 255 or 30.02% from 513); Max value from RGB is 206 - color contains mainly: green. Hex color #99CE9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CE9A is #663165. Grayscale: #B8B8B8. Windows color (decimal): -6697318 or 10145433. OLE color: 10145433.
HSL color Cylindrical-coordinate representation of color #99CE9A: hue angle of 121.13º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #99CE9A is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 206 | 154 | - |
| CMYK | 0.26 | 0 | 0.25 | 0.19 |
| HSL | 121.13º | 0.35% | 0.7% | - |
| HSV(B) | 121.13º | 0.26% | 0.81% | - |
| XYZ | 41.04 | 53.25 | 38.69 | - |
| YUV | 184.23 | 110.94 | 105.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 206 | 154 | 0.26 | 0 | 0.25 | 0.19 | 121.13 | 0.35 | 0.7 |
| Hex | 99 | CE | 9A | 1A | 0 | 19 | 13 | 79 | 23 | 46 |
| Octal | 231 | 316 | 232 | 32 | 0 | 31 | 23 | 171 | 43 | 106 |
| Binary | 10011001 | 11001110 | 10011010 | 11010 | 0 | 11001 | 10011 | 1111001 | 100011 | 1000110 |
Color Harmonies of #99CE9A
Complementary color
Monochromatic Colors of #99CE9A
Black with #99CE9A
Text Example
Text Example
White with #99CE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99CE9A; }
p { color: rgb(153,206,154); }
H1.HeaderClassName
{
color: #99CE9A;
}
.AnyTagClassName
{
color: #99CE9A;
}
</style>
background-color css
<style>
a { background-color: #99CE9A; }
a { background-color: rgb(153,206,154); }
div.DivClassName
{
background-color: #99CE9A;
}
.BgClassName
{
background-color: #99CE9A;
}
</style>
border-color css
<style>
span { border-color: #99CE9A; }
span { border-color: rgb(153,206,154); }
td.TdClassName
{
border-color: #99CE9A;
}
.TagClassName
{
border-color: #99CE9A;
}
</style>