Shades of Chinook #95E19E
Tints of Chinook #95E19E
RGB
CMYK
RGB Variations
Color information
#95E19E (or 0x95E19E) is known color: Chinook. HEX triplet: 95, E1 and 9E. RGB value is (149,225,158). Sum of RGB (Red+Green+Blue) = 149+225+158=532 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.01% from 532); Green value is 225 (88.28% from 255 or 42.29% from 532); Blue value is 158 (62.11% from 255 or 29.70% from 532); Max value from RGB is 225 - color contains mainly: green. Hex color #95E19E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95E19E is #6A1E61. Grayscale: #C2C2C2. Windows color (decimal): -6954594 or 10412437. OLE color: 10412437.
HSL color Cylindrical-coordinate representation of color #95E19E: hue angle of 127.11º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #95E19E is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 149 | 225 | 158 | - |
| CMYK | 0.34 | 0 | 0.30 | 0.12 |
| HSL | 127.11º | 0.56% | 0.73% | - |
| HSV(B) | 127.11º | 0.34% | 0.88% | - |
| XYZ | 45.49 | 62.71 | 42.05 | - |
| YUV | 194.64 | 107.32 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 225 | 158 | 0.34 | 0 | 0.30 | 0.12 | 127.11 | 0.56 | 0.73 |
| Hex | 95 | E1 | 9E | 22 | 0 | 1E | C | 7F | 38 | 49 |
| Octal | 225 | 341 | 236 | 42 | 0 | 36 | 14 | 177 | 70 | 111 |
| Binary | 10010101 | 11100001 | 10011110 | 100010 | 0 | 11110 | 1100 | 1111111 | 111000 | 1001001 |
Color Harmonies of #95E19E
Complementary color
Monochromatic Colors of #95E19E
Black with #95E19E
Text Example
Text Example
White with #95E19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E19E; }
p { color: rgb(149,225,158); }
H1.HeaderClassName
{
color: #95E19E;
}
.AnyTagClassName
{
color: #95E19E;
}
</style>
background-color css
<style>
a { background-color: #95E19E; }
a { background-color: rgb(149,225,158); }
div.DivClassName
{
background-color: #95E19E;
}
.BgClassName
{
background-color: #95E19E;
}
</style>
border-color css
<style>
span { border-color: #95E19E; }
span { border-color: rgb(149,225,158); }
td.TdClassName
{
border-color: #95E19E;
}
.TagClassName
{
border-color: #95E19E;
}
</style>