Shades of Chinook #97CE9A
Tints of Chinook #97CE9A
RGB
CMYK
RGB Variations
Color information
#97CE9A (or 0x97CE9A) is known color: Chinook. HEX triplet: 97, CE and 9A. RGB value is (151,206,154). Sum of RGB (Red+Green+Blue) = 151+206+154=511 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.55% from 511); Green value is 206 (80.86% from 255 or 40.31% from 511); Blue value is 154 (60.55% from 255 or 30.14% from 511); Max value from RGB is 206 - color contains mainly: green. Hex color #97CE9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97CE9A is #683165. Grayscale: #B7B7B7. Windows color (decimal): -6828390 or 10145431. OLE color: 10145431.
HSL color Cylindrical-coordinate representation of color #97CE9A: hue angle of 123.27º 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 #97CE9A is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 151 | 206 | 154 | - |
| CMYK | 0.27 | 0 | 0.25 | 0.19 |
| HSL | 123.27º | 0.36% | 0.7% | - |
| HSV(B) | 123.27º | 0.27% | 0.81% | - |
| XYZ | 40.67 | 53.06 | 38.67 | - |
| YUV | 183.63 | 111.28 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 206 | 154 | 0.27 | 0 | 0.25 | 0.19 | 123.27 | 0.36 | 0.7 |
| Hex | 97 | CE | 9A | 1B | 0 | 19 | 13 | 7B | 24 | 46 |
| Octal | 227 | 316 | 232 | 33 | 0 | 31 | 23 | 173 | 44 | 106 |
| Binary | 10010111 | 11001110 | 10011010 | 11011 | 0 | 11001 | 10011 | 1111011 | 100100 | 1000110 |
Color Harmonies of #97CE9A
Complementary color
Monochromatic Colors of #97CE9A
Black with #97CE9A
Text Example
Text Example
White with #97CE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97CE9A; }
p { color: rgb(151,206,154); }
H1.HeaderClassName
{
color: #97CE9A;
}
.AnyTagClassName
{
color: #97CE9A;
}
</style>
background-color css
<style>
a { background-color: #97CE9A; }
a { background-color: rgb(151,206,154); }
div.DivClassName
{
background-color: #97CE9A;
}
.BgClassName
{
background-color: #97CE9A;
}
</style>
border-color css
<style>
span { border-color: #97CE9A; }
span { border-color: rgb(151,206,154); }
td.TdClassName
{
border-color: #97CE9A;
}
.TagClassName
{
border-color: #97CE9A;
}
</style>