Shades of Emerald #60C17A
Tints of Emerald #60C17A
RGB
CMYK
RGB Variations
Color information
#60C17A (or 0x60C17A) is known color: Emerald. HEX triplet: 60, C1 and 7A. RGB value is (96,193,122). Sum of RGB (Red+Green+Blue) = 96+193+122=411 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.36% from 411); Green value is 193 (75.78% from 255 or 46.96% from 411); Blue value is 122 (48.05% from 255 or 29.68% from 411); Max value from RGB is 193 - color contains mainly: green. Hex color #60C17A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60C17A is #9F3E85. Grayscale: #9C9C9C. Windows color (decimal): -10436230 or 8044896. OLE color: 8044896.
HSL color Cylindrical-coordinate representation of color #60C17A: hue angle of 136.08º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #60C17A is Cyan = 0.50, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 96 | 193 | 122 | - |
| CMYK | 0.50 | 0 | 0.37 | 0.24 |
| HSL | 136.08º | 0.44% | 0.57% | - |
| HSV(B) | 136.08º | 0.5% | 0.76% | - |
| XYZ | 27.41 | 42.03 | 25.08 | - |
| YUV | 155.9 | 108.86 | 85.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 193 | 122 | 0.50 | 0 | 0.37 | 0.24 | 136.08 | 0.44 | 0.57 |
| Hex | 60 | C1 | 7A | 32 | 0 | 25 | 18 | 88 | 2C | 39 |
| Octal | 140 | 301 | 172 | 62 | 0 | 45 | 30 | 210 | 54 | 71 |
| Binary | 1100000 | 11000001 | 1111010 | 110010 | 0 | 100101 | 11000 | 10001000 | 101100 | 111001 |
Color Harmonies of #60C17A
Complementary color
Monochromatic Colors of #60C17A
Black with #60C17A
Text Example
Text Example
White with #60C17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C17A; }
p { color: rgb(96,193,122); }
H1.HeaderClassName
{
color: #60C17A;
}
.AnyTagClassName
{
color: #60C17A;
}
</style>
background-color css
<style>
a { background-color: #60C17A; }
a { background-color: rgb(96,193,122); }
div.DivClassName
{
background-color: #60C17A;
}
.BgClassName
{
background-color: #60C17A;
}
</style>
border-color css
<style>
span { border-color: #60C17A; }
span { border-color: rgb(96,193,122); }
td.TdClassName
{
border-color: #60C17A;
}
.TagClassName
{
border-color: #60C17A;
}
</style>