Shades of Fern #5AC05F
Tints of Fern #5AC05F
RGB
CMYK
RGB Variations
Color information
#5AC05F (or 0x5AC05F) is known color: Fern. HEX triplet: 5A, C0 and 5F. RGB value is (90,192,95). Sum of RGB (Red+Green+Blue) = 90+192+95=377 (49% of max value = 765). Red value is 90 (35.55% from 255 or 23.87% from 377); Green value is 192 (75.39% from 255 or 50.93% from 377); Blue value is 95 (37.5% from 255 or 25.20% from 377); Max value from RGB is 192 - color contains mainly: green. Hex color #5AC05F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AC05F is #A53FA0. Grayscale: #969696. Windows color (decimal): -10829729 or 6275162. OLE color: 6275162.
HSL color Cylindrical-coordinate representation of color #5AC05F: hue angle of 122.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 #5AC05F is Cyan = 0.53, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 90 | 192 | 95 | - |
| CMYK | 0.53 | 0 | 0.51 | 0.25 |
| HSL | 122.94º | 0.45% | 0.55% | - |
| HSV(B) | 122.94º | 0.53% | 0.75% | - |
| XYZ | 25.13 | 40.7 | 17.36 | - |
| YUV | 150.44 | 96.71 | 84.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 192 | 95 | 0.53 | 0 | 0.51 | 0.25 | 122.94 | 0.45 | 0.55 |
| Hex | 5A | C0 | 5F | 35 | 0 | 33 | 19 | 7B | 2D | 37 |
| Octal | 132 | 300 | 137 | 65 | 0 | 63 | 31 | 173 | 55 | 67 |
| Binary | 1011010 | 11000000 | 1011111 | 110101 | 0 | 110011 | 11001 | 1111011 | 101101 | 110111 |
Color Harmonies of #5AC05F
Complementary color
Monochromatic Colors of #5AC05F
Black with #5AC05F
Text Example
Text Example
White with #5AC05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC05F; }
p { color: rgb(90,192,95); }
H1.HeaderClassName
{
color: #5AC05F;
}
.AnyTagClassName
{
color: #5AC05F;
}
</style>
background-color css
<style>
a { background-color: #5AC05F; }
a { background-color: rgb(90,192,95); }
div.DivClassName
{
background-color: #5AC05F;
}
.BgClassName
{
background-color: #5AC05F;
}
</style>
border-color css
<style>
span { border-color: #5AC05F; }
span { border-color: rgb(90,192,95); }
td.TdClassName
{
border-color: #5AC05F;
}
.TagClassName
{
border-color: #5AC05F;
}
</style>