Shades of Chinook #95E4A5
Tints of Chinook #95E4A5
RGB
CMYK
RGB Variations
Color information
#95E4A5 (or 0x95E4A5) is known color: Chinook. HEX triplet: 95, E4 and A5. RGB value is (149,228,165). Sum of RGB (Red+Green+Blue) = 149+228+165=542 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.49% from 542); Green value is 228 (89.45% from 255 or 42.07% from 542); Blue value is 165 (64.84% from 255 or 30.44% from 542); Max value from RGB is 228 - color contains mainly: green. Hex color #95E4A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95E4A5 is #6A1B5A. Grayscale: #C5C5C5. Windows color (decimal): -6953819 or 10871957. OLE color: 10871957.
HSL color Cylindrical-coordinate representation of color #95E4A5: hue angle of 132.15º 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 #95E4A5 is Cyan = 0.35, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 149 | 228 | 165 | - |
| CMYK | 0.35 | 0 | 0.28 | 0.11 |
| HSL | 132.15º | 0.59% | 0.74% | - |
| HSV(B) | 132.15º | 0.35% | 0.89% | - |
| XYZ | 46.93 | 64.59 | 45.59 | - |
| YUV | 197.2 | 109.83 | 93.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 228 | 165 | 0.35 | 0 | 0.28 | 0.11 | 132.15 | 0.59 | 0.74 |
| Hex | 95 | E4 | A5 | 23 | 0 | 1C | B | 84 | 3B | 4A |
| Octal | 225 | 344 | 245 | 43 | 0 | 34 | 13 | 204 | 73 | 112 |
| Binary | 10010101 | 11100100 | 10100101 | 100011 | 0 | 11100 | 1011 | 10000100 | 111011 | 1001010 |
Color Harmonies of #95E4A5
Complementary color
Monochromatic Colors of #95E4A5
Black with #95E4A5
Text Example
Text Example
White with #95E4A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95E4A5; }
p { color: rgb(149,228,165); }
H1.HeaderClassName
{
color: #95E4A5;
}
.AnyTagClassName
{
color: #95E4A5;
}
</style>
background-color css
<style>
a { background-color: #95E4A5; }
a { background-color: rgb(149,228,165); }
div.DivClassName
{
background-color: #95E4A5;
}
.BgClassName
{
background-color: #95E4A5;
}
</style>
border-color css
<style>
span { border-color: #95E4A5; }
span { border-color: rgb(149,228,165); }
td.TdClassName
{
border-color: #95E4A5;
}
.TagClassName
{
border-color: #95E4A5;
}
</style>