Shades of Chinook #96CF9A
Tints of Chinook #96CF9A
RGB
CMYK
RGB Variations
Color information
#96CF9A (or 0x96CF9A) is known color: Chinook. HEX triplet: 96, CF and 9A. RGB value is (150,207,154). Sum of RGB (Red+Green+Blue) = 150+207+154=511 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.35% from 511); Green value is 207 (81.25% from 255 or 40.51% from 511); Blue value is 154 (60.55% from 255 or 30.14% from 511); Max value from RGB is 207 - color contains mainly: green. Hex color #96CF9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CF9A is #693065. Grayscale: #B8B8B8. Windows color (decimal): -6893670 or 10145686. OLE color: 10145686.
HSL color Cylindrical-coordinate representation of color #96CF9A: hue angle of 124.21º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #96CF9A is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 207 | 154 | - |
| CMYK | 0.28 | 0 | 0.26 | 0.19 |
| HSL | 124.21º | 0.37% | 0.7% | - |
| HSV(B) | 124.21º | 0.28% | 0.81% | - |
| XYZ | 40.72 | 53.44 | 38.74 | - |
| YUV | 183.92 | 111.12 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 207 | 154 | 0.28 | 0 | 0.26 | 0.19 | 124.21 | 0.37 | 0.7 |
| Hex | 96 | CF | 9A | 1C | 0 | 1A | 13 | 7C | 25 | 46 |
| Octal | 226 | 317 | 232 | 34 | 0 | 32 | 23 | 174 | 45 | 106 |
| Binary | 10010110 | 11001111 | 10011010 | 11100 | 0 | 11010 | 10011 | 1111100 | 100101 | 1000110 |
Color Harmonies of #96CF9A
Complementary color
Monochromatic Colors of #96CF9A
Black with #96CF9A
Text Example
Text Example
White with #96CF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CF9A; }
p { color: rgb(150,207,154); }
H1.HeaderClassName
{
color: #96CF9A;
}
.AnyTagClassName
{
color: #96CF9A;
}
</style>
background-color css
<style>
a { background-color: #96CF9A; }
a { background-color: rgb(150,207,154); }
div.DivClassName
{
background-color: #96CF9A;
}
.BgClassName
{
background-color: #96CF9A;
}
</style>
border-color css
<style>
span { border-color: #96CF9A; }
span { border-color: rgb(150,207,154); }
td.TdClassName
{
border-color: #96CF9A;
}
.TagClassName
{
border-color: #96CF9A;
}
</style>