Shades of Chinook #97E19E
Tints of Chinook #97E19E
RGB
CMYK
RGB Variations
Color information
#97E19E (or 0x97E19E) is known color: Chinook. HEX triplet: 97, E1 and 9E. RGB value is (151,225,158). Sum of RGB (Red+Green+Blue) = 151+225+158=534 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.28% from 534); Green value is 225 (88.28% from 255 or 42.13% from 534); Blue value is 158 (62.11% from 255 or 29.59% from 534); Max value from RGB is 225 - color contains mainly: green. Hex color #97E19E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97E19E is #681E61. Grayscale: #C3C3C3. Windows color (decimal): -6823522 or 10412439. OLE color: 10412439.
HSL color Cylindrical-coordinate representation of color #97E19E: hue angle of 125.68º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #97E19E is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 151 | 225 | 158 | - |
| CMYK | 0.33 | 0 | 0.30 | 0.12 |
| HSL | 125.68º | 0.55% | 0.74% | - |
| HSV(B) | 125.68º | 0.33% | 0.88% | - |
| XYZ | 45.86 | 62.9 | 42.07 | - |
| YUV | 195.24 | 106.98 | 96.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 225 | 158 | 0.33 | 0 | 0.30 | 0.12 | 125.68 | 0.55 | 0.74 |
| Hex | 97 | E1 | 9E | 21 | 0 | 1E | C | 7E | 37 | 4A |
| Octal | 227 | 341 | 236 | 41 | 0 | 36 | 14 | 176 | 67 | 112 |
| Binary | 10010111 | 11100001 | 10011110 | 100001 | 0 | 11110 | 1100 | 1111110 | 110111 | 1001010 |
Color Harmonies of #97E19E
Complementary color
Monochromatic Colors of #97E19E
Black with #97E19E
Text Example
Text Example
White with #97E19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97E19E; }
p { color: rgb(151,225,158); }
H1.HeaderClassName
{
color: #97E19E;
}
.AnyTagClassName
{
color: #97E19E;
}
</style>
background-color css
<style>
a { background-color: #97E19E; }
a { background-color: rgb(151,225,158); }
div.DivClassName
{
background-color: #97E19E;
}
.BgClassName
{
background-color: #97E19E;
}
</style>
border-color css
<style>
span { border-color: #97E19E; }
span { border-color: rgb(151,225,158); }
td.TdClassName
{
border-color: #97E19E;
}
.TagClassName
{
border-color: #97E19E;
}
</style>