Shades of Summer Green #95C3A2
Tints of Summer Green #95C3A2
RGB
CMYK
RGB Variations
Color information
#95C3A2 (or 0x95C3A2) is known color: Summer Green. HEX triplet: 95, C3 and A2. RGB value is (149,195,162). Sum of RGB (Red+Green+Blue) = 149+195+162=506 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.45% from 506); Green value is 195 (76.56% from 255 or 38.54% from 506); Blue value is 162 (63.67% from 255 or 32.02% from 506); Max value from RGB is 195 - color contains mainly: green. Hex color #95C3A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95C3A2 is #6A3C5D. Grayscale: #B1B1B1. Windows color (decimal): -6962270 or 10666901. OLE color: 10666901.
HSL color Cylindrical-coordinate representation of color #95C3A2: hue angle of 136.96º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #95C3A2 is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 195 | 162 | - |
| CMYK | 0.24 | 0 | 0.17 | 0.24 |
| HSL | 136.96º | 0.28% | 0.67% | - |
| HSV(B) | 136.96º | 0.24% | 0.76% | - |
| XYZ | 38.43 | 48.03 | 41.43 | - |
| YUV | 177.48 | 119.26 | 107.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 195 | 162 | 0.24 | 0 | 0.17 | 0.24 | 136.96 | 0.28 | 0.67 |
| Hex | 95 | C3 | A2 | 18 | 0 | 11 | 18 | 89 | 1C | 43 |
| Octal | 225 | 303 | 242 | 30 | 0 | 21 | 30 | 211 | 34 | 103 |
| Binary | 10010101 | 11000011 | 10100010 | 11000 | 0 | 10001 | 11000 | 10001001 | 11100 | 1000011 |
Color Harmonies of #95C3A2
Complementary color
Monochromatic Colors of #95C3A2
Black with #95C3A2
Text Example
Text Example
White with #95C3A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C3A2; }
p { color: rgb(149,195,162); }
H1.HeaderClassName
{
color: #95C3A2;
}
.AnyTagClassName
{
color: #95C3A2;
}
</style>
background-color css
<style>
a { background-color: #95C3A2; }
a { background-color: rgb(149,195,162); }
div.DivClassName
{
background-color: #95C3A2;
}
.BgClassName
{
background-color: #95C3A2;
}
</style>
border-color css
<style>
span { border-color: #95C3A2; }
span { border-color: rgb(149,195,162); }
td.TdClassName
{
border-color: #95C3A2;
}
.TagClassName
{
border-color: #95C3A2;
}
</style>