Shades of Summer Green #95C5A2
Tints of Summer Green #95C5A2
RGB
CMYK
RGB Variations
Color information
#95C5A2 (or 0x95C5A2) is known color: Summer Green. HEX triplet: 95, C5 and A2. RGB value is (149,197,162). Sum of RGB (Red+Green+Blue) = 149+197+162=508 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.33% from 508); Green value is 197 (77.34% from 255 or 38.78% from 508); Blue value is 162 (63.67% from 255 or 31.89% from 508); Max value from RGB is 197 - color contains mainly: green. Hex color #95C5A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C5A2 is #6A3A5D. Grayscale: #B2B2B2. Windows color (decimal): -6961758 or 10667413. OLE color: 10667413.
HSL color Cylindrical-coordinate representation of color #95C5A2: hue angle of 136.25º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #95C5A2 is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 149 | 197 | 162 | - |
| CMYK | 0.24 | 0 | 0.18 | 0.23 |
| HSL | 136.25º | 0.29% | 0.68% | - |
| HSV(B) | 136.25º | 0.24% | 0.77% | - |
| XYZ | 38.88 | 48.93 | 41.58 | - |
| YUV | 178.66 | 118.6 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 197 | 162 | 0.24 | 0 | 0.18 | 0.23 | 136.25 | 0.29 | 0.68 |
| Hex | 95 | C5 | A2 | 18 | 0 | 12 | 17 | 88 | 1D | 44 |
| Octal | 225 | 305 | 242 | 30 | 0 | 22 | 27 | 210 | 35 | 104 |
| Binary | 10010101 | 11000101 | 10100010 | 11000 | 0 | 10010 | 10111 | 10001000 | 11101 | 1000100 |
Color Harmonies of #95C5A2
Complementary color
Monochromatic Colors of #95C5A2
Black with #95C5A2
Text Example
Text Example
White with #95C5A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C5A2; }
p { color: rgb(149,197,162); }
H1.HeaderClassName
{
color: #95C5A2;
}
.AnyTagClassName
{
color: #95C5A2;
}
</style>
background-color css
<style>
a { background-color: #95C5A2; }
a { background-color: rgb(149,197,162); }
div.DivClassName
{
background-color: #95C5A2;
}
.BgClassName
{
background-color: #95C5A2;
}
</style>
border-color css
<style>
span { border-color: #95C5A2; }
span { border-color: rgb(149,197,162); }
td.TdClassName
{
border-color: #95C5A2;
}
.TagClassName
{
border-color: #95C5A2;
}
</style>