Shades of Summer Green #93C2A0
Tints of Summer Green #93C2A0
RGB
CMYK
RGB Variations
Color information
#93C2A0 (or 0x93C2A0) is known color: Summer Green. HEX triplet: 93, C2 and A0. RGB value is (147,194,160). Sum of RGB (Red+Green+Blue) = 147+194+160=501 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.34% from 501); Green value is 194 (76.17% from 255 or 38.72% from 501); Blue value is 160 (62.89% from 255 or 31.94% from 501); Max value from RGB is 194 - color contains mainly: green. Hex color #93C2A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93C2A0 is #6C3D5F. Grayscale: #B0B0B0. Windows color (decimal): -7093600 or 10535571. OLE color: 10535571.
HSL color Cylindrical-coordinate representation of color #93C2A0: hue angle of 136.6º 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 #93C2A0 is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 147 | 194 | 160 | - |
| CMYK | 0.24 | 0 | 0.18 | 0.24 |
| HSL | 136.6º | 0.28% | 0.67% | - |
| HSV(B) | 136.6º | 0.24% | 0.76% | - |
| XYZ | 37.67 | 47.32 | 40.41 | - |
| YUV | 176.07 | 118.93 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 194 | 160 | 0.24 | 0 | 0.18 | 0.24 | 136.6 | 0.28 | 0.67 |
| Hex | 93 | C2 | A0 | 18 | 0 | 12 | 18 | 89 | 1C | 43 |
| Octal | 223 | 302 | 240 | 30 | 0 | 22 | 30 | 211 | 34 | 103 |
| Binary | 10010011 | 11000010 | 10100000 | 11000 | 0 | 10010 | 11000 | 10001001 | 11100 | 1000011 |
Color Harmonies of #93C2A0
Complementary color
Monochromatic Colors of #93C2A0
Black with #93C2A0
Text Example
Text Example
White with #93C2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C2A0; }
p { color: rgb(147,194,160); }
H1.HeaderClassName
{
color: #93C2A0;
}
.AnyTagClassName
{
color: #93C2A0;
}
</style>
background-color css
<style>
a { background-color: #93C2A0; }
a { background-color: rgb(147,194,160); }
div.DivClassName
{
background-color: #93C2A0;
}
.BgClassName
{
background-color: #93C2A0;
}
</style>
border-color css
<style>
span { border-color: #93C2A0; }
span { border-color: rgb(147,194,160); }
td.TdClassName
{
border-color: #93C2A0;
}
.TagClassName
{
border-color: #93C2A0;
}
</style>