Shades of Fern #5AC06F
Tints of Fern #5AC06F
RGB
CMYK
RGB Variations
Color information
#5AC06F (or 0x5AC06F) is known color: Fern. HEX triplet: 5A, C0 and 6F. RGB value is (90,192,111). Sum of RGB (Red+Green+Blue) = 90+192+111=393 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.90% from 393); Green value is 192 (75.39% from 255 or 48.85% from 393); Blue value is 111 (43.75% from 255 or 28.24% from 393); Max value from RGB is 192 - color contains mainly: green. Hex color #5AC06F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AC06F is #A53F90. Grayscale: #989898. Windows color (decimal): -10829713 or 7323738. OLE color: 7323738.
HSL color Cylindrical-coordinate representation of color #5AC06F: hue angle of 132.35º 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 #5AC06F is Cyan = 0.53, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 90 | 192 | 111 | - |
| CMYK | 0.53 | 0 | 0.42 | 0.25 |
| HSL | 132.35º | 0.45% | 0.55% | - |
| HSV(B) | 132.35º | 0.53% | 0.75% | - |
| XYZ | 25.94 | 41.02 | 21.59 | - |
| YUV | 152.27 | 104.71 | 83.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 192 | 111 | 0.53 | 0 | 0.42 | 0.25 | 132.35 | 0.45 | 0.55 |
| Hex | 5A | C0 | 6F | 35 | 0 | 2A | 19 | 84 | 2D | 37 |
| Octal | 132 | 300 | 157 | 65 | 0 | 52 | 31 | 204 | 55 | 67 |
| Binary | 1011010 | 11000000 | 1101111 | 110101 | 0 | 101010 | 11001 | 10000100 | 101101 | 110111 |
Color Harmonies of #5AC06F
Complementary color
Monochromatic Colors of #5AC06F
Black with #5AC06F
Text Example
Text Example
White with #5AC06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC06F; }
p { color: rgb(90,192,111); }
H1.HeaderClassName
{
color: #5AC06F;
}
.AnyTagClassName
{
color: #5AC06F;
}
</style>
background-color css
<style>
a { background-color: #5AC06F; }
a { background-color: rgb(90,192,111); }
div.DivClassName
{
background-color: #5AC06F;
}
.BgClassName
{
background-color: #5AC06F;
}
</style>
border-color css
<style>
span { border-color: #5AC06F; }
span { border-color: rgb(90,192,111); }
td.TdClassName
{
border-color: #5AC06F;
}
.TagClassName
{
border-color: #5AC06F;
}
</style>