Shades of Emerald #5AC272
Tints of Emerald #5AC272
RGB
CMYK
RGB Variations
Color information
#5AC272 (or 0x5AC272) is known color: Emerald. HEX triplet: 5A, C2 and 72. RGB value is (90,194,114). Sum of RGB (Red+Green+Blue) = 90+194+114=398 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.61% from 398); Green value is 194 (76.17% from 255 or 48.74% from 398); Blue value is 114 (44.92% from 255 or 28.64% from 398); Max value from RGB is 194 - color contains mainly: green. Hex color #5AC272 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AC272 is #A53D8D. Grayscale: #999999. Windows color (decimal): -10829198 or 7520858. OLE color: 7520858.
HSL color Cylindrical-coordinate representation of color #5AC272: hue angle of 133.85º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5AC272 is Cyan = 0.54, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 90 | 194 | 114 | - |
| CMYK | 0.54 | 0 | 0.41 | 0.24 |
| HSL | 133.85º | 0.46% | 0.56% | - |
| HSV(B) | 133.85º | 0.54% | 0.76% | - |
| XYZ | 26.55 | 41.97 | 22.62 | - |
| YUV | 153.78 | 105.54 | 82.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 194 | 114 | 0.54 | 0 | 0.41 | 0.24 | 133.85 | 0.46 | 0.56 |
| Hex | 5A | C2 | 72 | 36 | 0 | 29 | 18 | 86 | 2E | 38 |
| Octal | 132 | 302 | 162 | 66 | 0 | 51 | 30 | 206 | 56 | 70 |
| Binary | 1011010 | 11000010 | 1110010 | 110110 | 0 | 101001 | 11000 | 10000110 | 101110 | 111000 |
Color Harmonies of #5AC272
Complementary color
Monochromatic Colors of #5AC272
Black with #5AC272
Text Example
Text Example
White with #5AC272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC272; }
p { color: rgb(90,194,114); }
H1.HeaderClassName
{
color: #5AC272;
}
.AnyTagClassName
{
color: #5AC272;
}
</style>
background-color css
<style>
a { background-color: #5AC272; }
a { background-color: rgb(90,194,114); }
div.DivClassName
{
background-color: #5AC272;
}
.BgClassName
{
background-color: #5AC272;
}
</style>
border-color css
<style>
span { border-color: #5AC272; }
span { border-color: rgb(90,194,114); }
td.TdClassName
{
border-color: #5AC272;
}
.TagClassName
{
border-color: #5AC272;
}
</style>