Shades of Chinook #95E4A6
Tints of Chinook #95E4A6
RGB
CMYK
RGB Variations
Color information
#95E4A6 (or 0x95E4A6) is known color: Chinook. HEX triplet: 95, E4 and A6. RGB value is (149,228,166). Sum of RGB (Red+Green+Blue) = 149+228+166=543 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.44% from 543); Green value is 228 (89.45% from 255 or 41.99% from 543); Blue value is 166 (65.23% from 255 or 30.57% from 543); Max value from RGB is 228 - color contains mainly: green. Hex color #95E4A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95E4A6 is #6A1B59. Grayscale: #C5C5C5. Windows color (decimal): -6953818 or 10937493. OLE color: 10937493.
HSL color Cylindrical-coordinate representation of color #95E4A6: hue angle of 132.91º 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 #95E4A6 is Cyan = 0.35, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 149 | 228 | 166 | - |
| CMYK | 0.35 | 0 | 0.27 | 0.11 |
| HSL | 132.91º | 0.59% | 0.74% | - |
| HSV(B) | 132.91º | 0.35% | 0.89% | - |
| XYZ | 47.02 | 64.63 | 46.07 | - |
| YUV | 197.31 | 110.33 | 93.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 228 | 166 | 0.35 | 0 | 0.27 | 0.11 | 132.91 | 0.59 | 0.74 |
| Hex | 95 | E4 | A6 | 23 | 0 | 1B | B | 85 | 3B | 4A |
| Octal | 225 | 344 | 246 | 43 | 0 | 33 | 13 | 205 | 73 | 112 |
| Binary | 10010101 | 11100100 | 10100110 | 100011 | 0 | 11011 | 1011 | 10000101 | 111011 | 1001010 |
Color Harmonies of #95E4A6
Complementary color
Monochromatic Colors of #95E4A6
Black with #95E4A6
Text Example
Text Example
White with #95E4A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E4A6; }
p { color: rgb(149,228,166); }
H1.HeaderClassName
{
color: #95E4A6;
}
.AnyTagClassName
{
color: #95E4A6;
}
</style>
background-color css
<style>
a { background-color: #95E4A6; }
a { background-color: rgb(149,228,166); }
div.DivClassName
{
background-color: #95E4A6;
}
.BgClassName
{
background-color: #95E4A6;
}
</style>
border-color css
<style>
span { border-color: #95E4A6; }
span { border-color: rgb(149,228,166); }
td.TdClassName
{
border-color: #95E4A6;
}
.TagClassName
{
border-color: #95E4A6;
}
</style>