Shades of Fern #5AC064
Tints of Fern #5AC064
RGB
CMYK
RGB Variations
Color information
#5AC064 (or 0x5AC064) is known color: Fern. HEX triplet: 5A, C0 and 64. RGB value is (90,192,100). Sum of RGB (Red+Green+Blue) = 90+192+100=382 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.56% from 382); Green value is 192 (75.39% from 255 or 50.26% from 382); Blue value is 100 (39.45% from 255 or 26.18% from 382); Max value from RGB is 192 - color contains mainly: green. Hex color #5AC064 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AC064 is #A53F9B. Grayscale: #979797. Windows color (decimal): -10829724 or 6602842. OLE color: 6602842.
HSL color Cylindrical-coordinate representation of color #5AC064: hue angle of 125.88º 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 #5AC064 is Cyan = 0.53, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 90 | 192 | 100 | - |
| CMYK | 0.53 | 0 | 0.48 | 0.25 |
| HSL | 125.88º | 0.45% | 0.55% | - |
| HSV(B) | 125.88º | 0.53% | 0.75% | - |
| XYZ | 25.37 | 40.79 | 18.59 | - |
| YUV | 151.01 | 99.21 | 84.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 192 | 100 | 0.53 | 0 | 0.48 | 0.25 | 125.88 | 0.45 | 0.55 |
| Hex | 5A | C0 | 64 | 35 | 0 | 30 | 19 | 7E | 2D | 37 |
| Octal | 132 | 300 | 144 | 65 | 0 | 60 | 31 | 176 | 55 | 67 |
| Binary | 1011010 | 11000000 | 1100100 | 110101 | 0 | 110000 | 11001 | 1111110 | 101101 | 110111 |
Color Harmonies of #5AC064
Complementary color
Monochromatic Colors of #5AC064
Black with #5AC064
Text Example
Text Example
White with #5AC064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC064; }
p { color: rgb(90,192,100); }
H1.HeaderClassName
{
color: #5AC064;
}
.AnyTagClassName
{
color: #5AC064;
}
</style>
background-color css
<style>
a { background-color: #5AC064; }
a { background-color: rgb(90,192,100); }
div.DivClassName
{
background-color: #5AC064;
}
.BgClassName
{
background-color: #5AC064;
}
</style>
border-color css
<style>
span { border-color: #5AC064; }
span { border-color: rgb(90,192,100); }
td.TdClassName
{
border-color: #5AC064;
}
.TagClassName
{
border-color: #5AC064;
}
</style>