Shades of Chinook #95E8A9
Tints of Chinook #95E8A9
RGB
CMYK
RGB Variations
Color information
#95E8A9 (or 0x95E8A9) is known color: Chinook. HEX triplet: 95, E8 and A9. RGB value is (149,232,169). Sum of RGB (Red+Green+Blue) = 149+232+169=550 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.09% from 550); Green value is 232 (91.02% from 255 or 42.18% from 550); Blue value is 169 (66.41% from 255 or 30.73% from 550); Max value from RGB is 232 - color contains mainly: green. Hex color #95E8A9 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95E8A9 is #6A1756. Grayscale: #C8C8C8. Windows color (decimal): -6952791 or 11135125. OLE color: 11135125.
HSL color Cylindrical-coordinate representation of color #95E8A9: hue angle of 134.46º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #95E8A9 is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 149 | 232 | 169 | - |
| CMYK | 0.36 | 0 | 0.27 | 0.09 |
| HSL | 134.46º | 0.64% | 0.75% | - |
| HSV(B) | 134.46º | 0.36% | 0.91% | - |
| XYZ | 48.41 | 66.97 | 47.91 | - |
| YUV | 200 | 110.5 | 91.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 232 | 169 | 0.36 | 0 | 0.27 | 0.09 | 134.46 | 0.64 | 0.75 |
| Hex | 95 | E8 | A9 | 24 | 0 | 1B | 9 | 86 | 40 | 4B |
| Octal | 225 | 350 | 251 | 44 | 0 | 33 | 11 | 206 | 100 | 113 |
| Binary | 10010101 | 11101000 | 10101001 | 100100 | 0 | 11011 | 1001 | 10000110 | 1000000 | 1001011 |
Color Harmonies of #95E8A9
Complementary color
Monochromatic Colors of #95E8A9
Black with #95E8A9
Text Example
Text Example
White with #95E8A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E8A9; }
p { color: rgb(149,232,169); }
H1.HeaderClassName
{
color: #95E8A9;
}
.AnyTagClassName
{
color: #95E8A9;
}
</style>
background-color css
<style>
a { background-color: #95E8A9; }
a { background-color: rgb(149,232,169); }
div.DivClassName
{
background-color: #95E8A9;
}
.BgClassName
{
background-color: #95E8A9;
}
</style>
border-color css
<style>
span { border-color: #95E8A9; }
span { border-color: rgb(149,232,169); }
td.TdClassName
{
border-color: #95E8A9;
}
.TagClassName
{
border-color: #95E8A9;
}
</style>