Shades of Chinook #95E2A6
Tints of Chinook #95E2A6
RGB
CMYK
RGB Variations
Color information
#95E2A6 (or 0x95E2A6) is known color: Chinook. HEX triplet: 95, E2 and A6. RGB value is (149,226,166). Sum of RGB (Red+Green+Blue) = 149+226+166=541 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.54% from 541); Green value is 226 (88.67% from 255 or 41.77% from 541); Blue value is 166 (65.23% from 255 or 30.68% from 541); Max value from RGB is 226 - color contains mainly: green. Hex color #95E2A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95E2A6 is #6A1D59. Grayscale: #C4C4C4. Windows color (decimal): -6954330 or 10936981. OLE color: 10936981.
HSL color Cylindrical-coordinate representation of color #95E2A6: hue angle of 133.25º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #95E2A6 is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 149 | 226 | 166 | - |
| CMYK | 0.34 | 0 | 0.27 | 0.11 |
| HSL | 133.25º | 0.57% | 0.74% | - |
| HSV(B) | 133.25º | 0.34% | 0.89% | - |
| XYZ | 46.47 | 63.54 | 45.89 | - |
| YUV | 196.14 | 110.99 | 94.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 226 | 166 | 0.34 | 0 | 0.27 | 0.11 | 133.25 | 0.57 | 0.74 |
| Hex | 95 | E2 | A6 | 22 | 0 | 1B | B | 85 | 39 | 4A |
| Octal | 225 | 342 | 246 | 42 | 0 | 33 | 13 | 205 | 71 | 112 |
| Binary | 10010101 | 11100010 | 10100110 | 100010 | 0 | 11011 | 1011 | 10000101 | 111001 | 1001010 |
Color Harmonies of #95E2A6
Complementary color
Monochromatic Colors of #95E2A6
Black with #95E2A6
Text Example
Text Example
White with #95E2A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E2A6; }
p { color: rgb(149,226,166); }
H1.HeaderClassName
{
color: #95E2A6;
}
.AnyTagClassName
{
color: #95E2A6;
}
</style>
background-color css
<style>
a { background-color: #95E2A6; }
a { background-color: rgb(149,226,166); }
div.DivClassName
{
background-color: #95E2A6;
}
.BgClassName
{
background-color: #95E2A6;
}
</style>
border-color css
<style>
span { border-color: #95E2A6; }
span { border-color: rgb(149,226,166); }
td.TdClassName
{
border-color: #95E2A6;
}
.TagClassName
{
border-color: #95E2A6;
}
</style>