Shades of Chinook #95E4A8
Tints of Chinook #95E4A8
RGB
CMYK
RGB Variations
Color information
#95E4A8 (or 0x95E4A8) is known color: Chinook. HEX triplet: 95, E4 and A8. RGB value is (149,228,168). Sum of RGB (Red+Green+Blue) = 149+228+168=545 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.34% from 545); Green value is 228 (89.45% from 255 or 41.83% from 545); Blue value is 168 (66.02% from 255 or 30.83% from 545); Max value from RGB is 228 - color contains mainly: green. Hex color #95E4A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95E4A8 is #6A1B57. Grayscale: #C5C5C5. Windows color (decimal): -6953816 or 11068565. OLE color: 11068565.
HSL color Cylindrical-coordinate representation of color #95E4A8: hue angle of 134.43º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #95E4A8 is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 149 | 228 | 168 | - |
| CMYK | 0.35 | 0 | 0.26 | 0.11 |
| HSL | 134.43º | 0.59% | 0.74% | - |
| HSV(B) | 134.43º | 0.35% | 0.89% | - |
| XYZ | 47.21 | 64.7 | 47.05 | - |
| YUV | 197.54 | 111.33 | 93.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 228 | 168 | 0.35 | 0 | 0.26 | 0.11 | 134.43 | 0.59 | 0.74 |
| Hex | 95 | E4 | A8 | 23 | 0 | 1A | B | 86 | 3B | 4A |
| Octal | 225 | 344 | 250 | 43 | 0 | 32 | 13 | 206 | 73 | 112 |
| Binary | 10010101 | 11100100 | 10101000 | 100011 | 0 | 11010 | 1011 | 10000110 | 111011 | 1001010 |
Color Harmonies of #95E4A8
Complementary color
Monochromatic Colors of #95E4A8
Black with #95E4A8
Text Example
Text Example
White with #95E4A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E4A8; }
p { color: rgb(149,228,168); }
H1.HeaderClassName
{
color: #95E4A8;
}
.AnyTagClassName
{
color: #95E4A8;
}
</style>
background-color css
<style>
a { background-color: #95E4A8; }
a { background-color: rgb(149,228,168); }
div.DivClassName
{
background-color: #95E4A8;
}
.BgClassName
{
background-color: #95E4A8;
}
</style>
border-color css
<style>
span { border-color: #95E4A8; }
span { border-color: rgb(149,228,168); }
td.TdClassName
{
border-color: #95E4A8;
}
.TagClassName
{
border-color: #95E4A8;
}
</style>