Shades of Chinook #95E4A7
Tints of Chinook #95E4A7
RGB
CMYK
RGB Variations
Color information
#95E4A7 (or 0x95E4A7) is known color: Chinook. HEX triplet: 95, E4 and A7. RGB value is (149,228,167). Sum of RGB (Red+Green+Blue) = 149+228+167=544 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.39% from 544); Green value is 228 (89.45% from 255 or 41.91% from 544); Blue value is 167 (65.62% from 255 or 30.70% from 544); Max value from RGB is 228 - color contains mainly: green. Hex color #95E4A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95E4A7 is #6A1B58. Grayscale: #C5C5C5. Windows color (decimal): -6953817 or 11003029. OLE color: 11003029.
HSL color Cylindrical-coordinate representation of color #95E4A7: hue angle of 133.67º 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 #95E4A7 is Cyan = 0.35, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 149 | 228 | 167 | - |
| CMYK | 0.35 | 0 | 0.27 | 0.11 |
| HSL | 133.67º | 0.59% | 0.74% | - |
| HSV(B) | 133.67º | 0.35% | 0.89% | - |
| XYZ | 47.11 | 64.67 | 46.56 | - |
| YUV | 197.43 | 110.83 | 93.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 228 | 167 | 0.35 | 0 | 0.27 | 0.11 | 133.67 | 0.59 | 0.74 |
| Hex | 95 | E4 | A7 | 23 | 0 | 1B | B | 86 | 3B | 4A |
| Octal | 225 | 344 | 247 | 43 | 0 | 33 | 13 | 206 | 73 | 112 |
| Binary | 10010101 | 11100100 | 10100111 | 100011 | 0 | 11011 | 1011 | 10000110 | 111011 | 1001010 |
Color Harmonies of #95E4A7
Complementary color
Monochromatic Colors of #95E4A7
Black with #95E4A7
Text Example
Text Example
White with #95E4A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E4A7; }
p { color: rgb(149,228,167); }
H1.HeaderClassName
{
color: #95E4A7;
}
.AnyTagClassName
{
color: #95E4A7;
}
</style>
background-color css
<style>
a { background-color: #95E4A7; }
a { background-color: rgb(149,228,167); }
div.DivClassName
{
background-color: #95E4A7;
}
.BgClassName
{
background-color: #95E4A7;
}
</style>
border-color css
<style>
span { border-color: #95E4A7; }
span { border-color: rgb(149,228,167); }
td.TdClassName
{
border-color: #95E4A7;
}
.TagClassName
{
border-color: #95E4A7;
}
</style>