Shades of Chinook #96CE9A
Tints of Chinook #96CE9A
RGB
CMYK
RGB Variations
Color information
#96CE9A (or 0x96CE9A) is known color: Chinook. HEX triplet: 96, CE and 9A. RGB value is (150,206,154). Sum of RGB (Red+Green+Blue) = 150+206+154=510 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.41% from 510); Green value is 206 (80.86% from 255 or 40.39% from 510); Blue value is 154 (60.55% from 255 or 30.20% from 510); Max value from RGB is 206 - color contains mainly: green. Hex color #96CE9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CE9A is #693165. Grayscale: #B7B7B7. Windows color (decimal): -6893926 or 10145430. OLE color: 10145430.
HSL color Cylindrical-coordinate representation of color #96CE9A: hue angle of 124.29º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96CE9A is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 206 | 154 | - |
| CMYK | 0.27 | 0 | 0.25 | 0.19 |
| HSL | 124.29º | 0.36% | 0.7% | - |
| HSV(B) | 124.29º | 0.27% | 0.81% | - |
| XYZ | 40.48 | 52.96 | 38.66 | - |
| YUV | 183.33 | 111.45 | 104.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 206 | 154 | 0.27 | 0 | 0.25 | 0.19 | 124.29 | 0.36 | 0.7 |
| Hex | 96 | CE | 9A | 1B | 0 | 19 | 13 | 7C | 24 | 46 |
| Octal | 226 | 316 | 232 | 33 | 0 | 31 | 23 | 174 | 44 | 106 |
| Binary | 10010110 | 11001110 | 10011010 | 11011 | 0 | 11001 | 10011 | 1111100 | 100100 | 1000110 |
Color Harmonies of #96CE9A
Complementary color
Monochromatic Colors of #96CE9A
Black with #96CE9A
Text Example
Text Example
White with #96CE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CE9A; }
p { color: rgb(150,206,154); }
H1.HeaderClassName
{
color: #96CE9A;
}
.AnyTagClassName
{
color: #96CE9A;
}
</style>
background-color css
<style>
a { background-color: #96CE9A; }
a { background-color: rgb(150,206,154); }
div.DivClassName
{
background-color: #96CE9A;
}
.BgClassName
{
background-color: #96CE9A;
}
</style>
border-color css
<style>
span { border-color: #96CE9A; }
span { border-color: rgb(150,206,154); }
td.TdClassName
{
border-color: #96CE9A;
}
.TagClassName
{
border-color: #96CE9A;
}
</style>