Shades of Fern #5AC070
Tints of Fern #5AC070
RGB
CMYK
RGB Variations
Color information
#5AC070 (or 0x5AC070) is known color: Fern. HEX triplet: 5A, C0 and 70. RGB value is (90,192,112). Sum of RGB (Red+Green+Blue) = 90+192+112=394 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.84% from 394); Green value is 192 (75.39% from 255 or 48.73% from 394); Blue value is 112 (44.14% from 255 or 28.43% from 394); Max value from RGB is 192 - color contains mainly: green. Hex color #5AC070 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AC070 is #A53F8F. Grayscale: #989898. Windows color (decimal): -10829712 or 7389274. OLE color: 7389274.
HSL color Cylindrical-coordinate representation of color #5AC070: hue angle of 132.94º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5AC070 is Cyan = 0.53, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 90 | 192 | 112 | - |
| CMYK | 0.53 | 0 | 0.42 | 0.25 |
| HSL | 132.94º | 0.45% | 0.55% | - |
| HSV(B) | 132.94º | 0.53% | 0.75% | - |
| XYZ | 25.99 | 41.04 | 21.88 | - |
| YUV | 152.38 | 105.21 | 83.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 192 | 112 | 0.53 | 0 | 0.42 | 0.25 | 132.94 | 0.45 | 0.55 |
| Hex | 5A | C0 | 70 | 35 | 0 | 2A | 19 | 85 | 2D | 37 |
| Octal | 132 | 300 | 160 | 65 | 0 | 52 | 31 | 205 | 55 | 67 |
| Binary | 1011010 | 11000000 | 1110000 | 110101 | 0 | 101010 | 11001 | 10000101 | 101101 | 110111 |
Color Harmonies of #5AC070
Complementary color
Monochromatic Colors of #5AC070
Black with #5AC070
Text Example
Text Example
White with #5AC070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC070; }
p { color: rgb(90,192,112); }
H1.HeaderClassName
{
color: #5AC070;
}
.AnyTagClassName
{
color: #5AC070;
}
</style>
background-color css
<style>
a { background-color: #5AC070; }
a { background-color: rgb(90,192,112); }
div.DivClassName
{
background-color: #5AC070;
}
.BgClassName
{
background-color: #5AC070;
}
</style>
border-color css
<style>
span { border-color: #5AC070; }
span { border-color: rgb(90,192,112); }
td.TdClassName
{
border-color: #5AC070;
}
.TagClassName
{
border-color: #5AC070;
}
</style>