Shades of Fern #5AC264
Tints of Fern #5AC264
RGB
CMYK
RGB Variations
Color information
#5AC264 (or 0x5AC264) is known color: Fern. HEX triplet: 5A, C2 and 64. RGB value is (90,194,100). Sum of RGB (Red+Green+Blue) = 90+194+100=384 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.44% from 384); Green value is 194 (76.17% from 255 or 50.52% from 384); Blue value is 100 (39.45% from 255 or 26.04% from 384); Max value from RGB is 194 - color contains mainly: green. Hex color #5AC264 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AC264 is #A53D9B. Grayscale: #989898. Windows color (decimal): -10829212 or 6603354. OLE color: 6603354.
HSL color Cylindrical-coordinate representation of color #5AC264: hue angle of 125.77º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5AC264 is Cyan = 0.54, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 90 | 194 | 100 | - |
| CMYK | 0.54 | 0 | 0.48 | 0.24 |
| HSL | 125.77º | 0.46% | 0.56% | - |
| HSV(B) | 125.77º | 0.54% | 0.76% | - |
| XYZ | 25.81 | 41.68 | 18.74 | - |
| YUV | 152.19 | 98.54 | 83.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 194 | 100 | 0.54 | 0 | 0.48 | 0.24 | 125.77 | 0.46 | 0.56 |
| Hex | 5A | C2 | 64 | 36 | 0 | 30 | 18 | 7E | 2E | 38 |
| Octal | 132 | 302 | 144 | 66 | 0 | 60 | 30 | 176 | 56 | 70 |
| Binary | 1011010 | 11000010 | 1100100 | 110110 | 0 | 110000 | 11000 | 1111110 | 101110 | 111000 |
Color Harmonies of #5AC264
Complementary color
Monochromatic Colors of #5AC264
Black with #5AC264
Text Example
Text Example
White with #5AC264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC264; }
p { color: rgb(90,194,100); }
H1.HeaderClassName
{
color: #5AC264;
}
.AnyTagClassName
{
color: #5AC264;
}
</style>
background-color css
<style>
a { background-color: #5AC264; }
a { background-color: rgb(90,194,100); }
div.DivClassName
{
background-color: #5AC264;
}
.BgClassName
{
background-color: #5AC264;
}
</style>
border-color css
<style>
span { border-color: #5AC264; }
span { border-color: rgb(90,194,100); }
td.TdClassName
{
border-color: #5AC264;
}
.TagClassName
{
border-color: #5AC264;
}
</style>