Shades of Chinook #95E09E
Tints of Chinook #95E09E
RGB
CMYK
RGB Variations
Color information
#95E09E (or 0x95E09E) is known color: Chinook. HEX triplet: 95, E0 and 9E. RGB value is (149,224,158). Sum of RGB (Red+Green+Blue) = 149+224+158=531 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.06% from 531); Green value is 224 (87.89% from 255 or 42.18% from 531); Blue value is 158 (62.11% from 255 or 29.76% from 531); Max value from RGB is 224 - color contains mainly: green. Hex color #95E09E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95E09E is #6A1F61. Grayscale: #C2C2C2. Windows color (decimal): -6954850 or 10412181. OLE color: 10412181.
HSL color Cylindrical-coordinate representation of color #95E09E: hue angle of 127.2º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95E09E is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 149 | 224 | 158 | - |
| CMYK | 0.33 | 0 | 0.29 | 0.12 |
| HSL | 127.2º | 0.55% | 0.73% | - |
| HSV(B) | 127.2º | 0.33% | 0.88% | - |
| XYZ | 45.22 | 62.17 | 41.96 | - |
| YUV | 194.05 | 107.65 | 95.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 224 | 158 | 0.33 | 0 | 0.29 | 0.12 | 127.2 | 0.55 | 0.73 |
| Hex | 95 | E0 | 9E | 21 | 0 | 1D | C | 7F | 37 | 49 |
| Octal | 225 | 340 | 236 | 41 | 0 | 35 | 14 | 177 | 67 | 111 |
| Binary | 10010101 | 11100000 | 10011110 | 100001 | 0 | 11101 | 1100 | 1111111 | 110111 | 1001001 |
Color Harmonies of #95E09E
Complementary color
Monochromatic Colors of #95E09E
Black with #95E09E
Text Example
Text Example
White with #95E09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E09E; }
p { color: rgb(149,224,158); }
H1.HeaderClassName
{
color: #95E09E;
}
.AnyTagClassName
{
color: #95E09E;
}
</style>
background-color css
<style>
a { background-color: #95E09E; }
a { background-color: rgb(149,224,158); }
div.DivClassName
{
background-color: #95E09E;
}
.BgClassName
{
background-color: #95E09E;
}
</style>
border-color css
<style>
span { border-color: #95E09E; }
span { border-color: rgb(149,224,158); }
td.TdClassName
{
border-color: #95E09E;
}
.TagClassName
{
border-color: #95E09E;
}
</style>