Shades of Chinook #95E8A7
Tints of Chinook #95E8A7
RGB
CMYK
RGB Variations
Color information
#95E8A7 (or 0x95E8A7) is known color: Chinook. HEX triplet: 95, E8 and A7. RGB value is (149,232,167). Sum of RGB (Red+Green+Blue) = 149+232+167=548 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.19% from 548); Green value is 232 (91.02% from 255 or 42.34% from 548); Blue value is 167 (65.62% from 255 or 30.47% from 548); Max value from RGB is 232 - color contains mainly: green. Hex color #95E8A7 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95E8A7 is #6A1758. Grayscale: #C7C7C7. Windows color (decimal): -6952793 or 11004053. OLE color: 11004053.
HSL color Cylindrical-coordinate representation of color #95E8A7: hue angle of 133.01º 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 #95E8A7 is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 149 | 232 | 167 | - |
| CMYK | 0.36 | 0 | 0.28 | 0.09 |
| HSL | 133.01º | 0.64% | 0.75% | - |
| HSV(B) | 133.01º | 0.36% | 0.91% | - |
| XYZ | 48.23 | 66.89 | 46.93 | - |
| YUV | 199.77 | 109.5 | 91.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 232 | 167 | 0.36 | 0 | 0.28 | 0.09 | 133.01 | 0.64 | 0.75 |
| Hex | 95 | E8 | A7 | 24 | 0 | 1C | 9 | 85 | 40 | 4B |
| Octal | 225 | 350 | 247 | 44 | 0 | 34 | 11 | 205 | 100 | 113 |
| Binary | 10010101 | 11101000 | 10100111 | 100100 | 0 | 11100 | 1001 | 10000101 | 1000000 | 1001011 |
Color Harmonies of #95E8A7
Complementary color
Monochromatic Colors of #95E8A7
Black with #95E8A7
Text Example
Text Example
White with #95E8A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E8A7; }
p { color: rgb(149,232,167); }
H1.HeaderClassName
{
color: #95E8A7;
}
.AnyTagClassName
{
color: #95E8A7;
}
</style>
background-color css
<style>
a { background-color: #95E8A7; }
a { background-color: rgb(149,232,167); }
div.DivClassName
{
background-color: #95E8A7;
}
.BgClassName
{
background-color: #95E8A7;
}
</style>
border-color css
<style>
span { border-color: #95E8A7; }
span { border-color: rgb(149,232,167); }
td.TdClassName
{
border-color: #95E8A7;
}
.TagClassName
{
border-color: #95E8A7;
}
</style>