Shades of Fern #5AC063
Tints of Fern #5AC063
RGB
CMYK
RGB Variations
Color information
#5AC063 (or 0x5AC063) is known color: Fern. HEX triplet: 5A, C0 and 63. RGB value is (90,192,99). Sum of RGB (Red+Green+Blue) = 90+192+99=381 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.62% from 381); Green value is 192 (75.39% from 255 or 50.39% from 381); Blue value is 99 (39.06% from 255 or 25.98% from 381); Max value from RGB is 192 - color contains mainly: green. Hex color #5AC063 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AC063 is #A53F9C. Grayscale: #979797. Windows color (decimal): -10829725 or 6537306. OLE color: 6537306.
HSL color Cylindrical-coordinate representation of color #5AC063: hue angle of 125.29º 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 #5AC063 is Cyan = 0.53, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 90 | 192 | 99 | - |
| CMYK | 0.53 | 0 | 0.48 | 0.25 |
| HSL | 125.29º | 0.45% | 0.55% | - |
| HSV(B) | 125.29º | 0.53% | 0.75% | - |
| XYZ | 25.32 | 40.77 | 18.34 | - |
| YUV | 150.9 | 98.71 | 84.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 192 | 99 | 0.53 | 0 | 0.48 | 0.25 | 125.29 | 0.45 | 0.55 |
| Hex | 5A | C0 | 63 | 35 | 0 | 30 | 19 | 7D | 2D | 37 |
| Octal | 132 | 300 | 143 | 65 | 0 | 60 | 31 | 175 | 55 | 67 |
| Binary | 1011010 | 11000000 | 1100011 | 110101 | 0 | 110000 | 11001 | 1111101 | 101101 | 110111 |
Color Harmonies of #5AC063
Complementary color
Monochromatic Colors of #5AC063
Black with #5AC063
Text Example
Text Example
White with #5AC063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC063; }
p { color: rgb(90,192,99); }
H1.HeaderClassName
{
color: #5AC063;
}
.AnyTagClassName
{
color: #5AC063;
}
</style>
background-color css
<style>
a { background-color: #5AC063; }
a { background-color: rgb(90,192,99); }
div.DivClassName
{
background-color: #5AC063;
}
.BgClassName
{
background-color: #5AC063;
}
</style>
border-color css
<style>
span { border-color: #5AC063; }
span { border-color: rgb(90,192,99); }
td.TdClassName
{
border-color: #5AC063;
}
.TagClassName
{
border-color: #5AC063;
}
</style>