Shades of Chinook #95E9A8
Tints of Chinook #95E9A8
RGB
CMYK
RGB Variations
Color information
#95E9A8 (or 0x95E9A8) is known color: Chinook. HEX triplet: 95, E9 and A8. RGB value is (149,233,168). Sum of RGB (Red+Green+Blue) = 149+233+168=550 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.09% from 550); Green value is 233 (91.41% from 255 or 42.36% from 550); Blue value is 168 (66.02% from 255 or 30.55% from 550); Max value from RGB is 233 - color contains mainly: green. Hex color #95E9A8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95E9A8 is #6A1657. Grayscale: #C8C8C8. Windows color (decimal): -6952536 or 11069845. OLE color: 11069845.
HSL color Cylindrical-coordinate representation of color #95E9A8: hue angle of 133.57º degrees, saturation: 0.66, 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 #95E9A8 is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 149 | 233 | 168 | - |
| CMYK | 0.36 | 0 | 0.28 | 0.09 |
| HSL | 133.57º | 0.66% | 0.75% | - |
| HSV(B) | 133.57º | 0.36% | 0.91% | - |
| XYZ | 48.6 | 67.49 | 47.51 | - |
| YUV | 200.47 | 109.67 | 91.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 233 | 168 | 0.36 | 0 | 0.28 | 0.09 | 133.57 | 0.66 | 0.75 |
| Hex | 95 | E9 | A8 | 24 | 0 | 1C | 9 | 86 | 42 | 4B |
| Octal | 225 | 351 | 250 | 44 | 0 | 34 | 11 | 206 | 102 | 113 |
| Binary | 10010101 | 11101001 | 10101000 | 100100 | 0 | 11100 | 1001 | 10000110 | 1000010 | 1001011 |
Color Harmonies of #95E9A8
Complementary color
Monochromatic Colors of #95E9A8
Black with #95E9A8
Text Example
Text Example
White with #95E9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E9A8; }
p { color: rgb(149,233,168); }
H1.HeaderClassName
{
color: #95E9A8;
}
.AnyTagClassName
{
color: #95E9A8;
}
</style>
background-color css
<style>
a { background-color: #95E9A8; }
a { background-color: rgb(149,233,168); }
div.DivClassName
{
background-color: #95E9A8;
}
.BgClassName
{
background-color: #95E9A8;
}
</style>
border-color css
<style>
span { border-color: #95E9A8; }
span { border-color: rgb(149,233,168); }
td.TdClassName
{
border-color: #95E9A8;
}
.TagClassName
{
border-color: #95E9A8;
}
</style>