Shades of Fern #5AC06D
Tints of Fern #5AC06D
RGB
CMYK
RGB Variations
Color information
#5AC06D (or 0x5AC06D) is known color: Fern. HEX triplet: 5A, C0 and 6D. RGB value is (90,192,109). Sum of RGB (Red+Green+Blue) = 90+192+109=391 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.02% from 391); Green value is 192 (75.39% from 255 or 49.10% from 391); Blue value is 109 (42.97% from 255 or 27.88% from 391); Max value from RGB is 192 - color contains mainly: green. Hex color #5AC06D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AC06D is #A53F92. Grayscale: #989898. Windows color (decimal): -10829715 or 7192666. OLE color: 7192666.
HSL color Cylindrical-coordinate representation of color #5AC06D: hue angle of 131.18º 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 #5AC06D is Cyan = 0.53, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 90 | 192 | 109 | - |
| CMYK | 0.53 | 0 | 0.43 | 0.25 |
| HSL | 131.18º | 0.45% | 0.55% | - |
| HSV(B) | 131.18º | 0.53% | 0.75% | - |
| XYZ | 25.83 | 40.98 | 21.02 | - |
| YUV | 152.04 | 103.71 | 83.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 192 | 109 | 0.53 | 0 | 0.43 | 0.25 | 131.18 | 0.45 | 0.55 |
| Hex | 5A | C0 | 6D | 35 | 0 | 2B | 19 | 83 | 2D | 37 |
| Octal | 132 | 300 | 155 | 65 | 0 | 53 | 31 | 203 | 55 | 67 |
| Binary | 1011010 | 11000000 | 1101101 | 110101 | 0 | 101011 | 11001 | 10000011 | 101101 | 110111 |
Color Harmonies of #5AC06D
Complementary color
Monochromatic Colors of #5AC06D
Black with #5AC06D
Text Example
Text Example
White with #5AC06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC06D; }
p { color: rgb(90,192,109); }
H1.HeaderClassName
{
color: #5AC06D;
}
.AnyTagClassName
{
color: #5AC06D;
}
</style>
background-color css
<style>
a { background-color: #5AC06D; }
a { background-color: rgb(90,192,109); }
div.DivClassName
{
background-color: #5AC06D;
}
.BgClassName
{
background-color: #5AC06D;
}
</style>
border-color css
<style>
span { border-color: #5AC06D; }
span { border-color: rgb(90,192,109); }
td.TdClassName
{
border-color: #5AC06D;
}
.TagClassName
{
border-color: #5AC06D;
}
</style>