Shades of Fern #5AC86D
Tints of Fern #5AC86D
RGB
CMYK
RGB Variations
Color information
#5AC86D (or 0x5AC86D) is known color: Fern. HEX triplet: 5A, C8 and 6D. RGB value is (90,200,109). Sum of RGB (Red+Green+Blue) = 90+200+109=399 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.56% from 399); Green value is 200 (78.52% from 255 or 50.13% from 399); Blue value is 109 (42.97% from 255 or 27.32% from 399); Max value from RGB is 200 - color contains mainly: green. Hex color #5AC86D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AC86D is #A53792. Grayscale: #9C9C9C. Windows color (decimal): -10827667 or 7194714. OLE color: 7194714.
HSL color Cylindrical-coordinate representation of color #5AC86D: hue angle of 130.36º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5AC86D is Cyan = 0.55, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 90 | 200 | 109 | - |
| CMYK | 0.55 | 0 | 0.46 | 0.22 |
| HSL | 130.36º | 0.5% | 0.57% | - |
| HSV(B) | 130.36º | 0.55% | 0.78% | - |
| XYZ | 27.63 | 44.59 | 21.62 | - |
| YUV | 156.74 | 101.06 | 80.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 200 | 109 | 0.55 | 0 | 0.46 | 0.22 | 130.36 | 0.5 | 0.57 |
| Hex | 5A | C8 | 6D | 37 | 0 | 2E | 16 | 82 | 32 | 39 |
| Octal | 132 | 310 | 155 | 67 | 0 | 56 | 26 | 202 | 62 | 71 |
| Binary | 1011010 | 11001000 | 1101101 | 110111 | 0 | 101110 | 10110 | 10000010 | 110010 | 111001 |
Color Harmonies of #5AC86D
Complementary color
Monochromatic Colors of #5AC86D
Black with #5AC86D
Text Example
Text Example
White with #5AC86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC86D; }
p { color: rgb(90,200,109); }
H1.HeaderClassName
{
color: #5AC86D;
}
.AnyTagClassName
{
color: #5AC86D;
}
</style>
background-color css
<style>
a { background-color: #5AC86D; }
a { background-color: rgb(90,200,109); }
div.DivClassName
{
background-color: #5AC86D;
}
.BgClassName
{
background-color: #5AC86D;
}
</style>
border-color css
<style>
span { border-color: #5AC86D; }
span { border-color: rgb(90,200,109); }
td.TdClassName
{
border-color: #5AC86D;
}
.TagClassName
{
border-color: #5AC86D;
}
</style>