Shades of Fern #5AC25C
Tints of Fern #5AC25C
RGB
CMYK
RGB Variations
Color information
#5AC25C (or 0x5AC25C) is known color: Fern. HEX triplet: 5A, C2 and 5C. RGB value is (90,194,92). Sum of RGB (Red+Green+Blue) = 90+194+92=376 (49% of max value = 765). Red value is 90 (35.55% from 255 or 23.94% from 376); Green value is 194 (76.17% from 255 or 51.60% from 376); Blue value is 92 (36.33% from 255 or 24.47% from 376); Max value from RGB is 194 - color contains mainly: green. Hex color #5AC25C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AC25C is #A53DA3. Grayscale: #979797. Windows color (decimal): -10829220 or 6079066. OLE color: 6079066.
HSL color Cylindrical-coordinate representation of color #5AC25C: hue angle of 121.15º 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 #5AC25C is Cyan = 0.54, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 90 | 194 | 92 | - |
| CMYK | 0.54 | 0 | 0.53 | 0.24 |
| HSL | 121.15º | 0.46% | 0.56% | - |
| HSV(B) | 121.15º | 0.54% | 0.76% | - |
| XYZ | 25.44 | 41.53 | 16.8 | - |
| YUV | 151.28 | 94.54 | 84.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 194 | 92 | 0.54 | 0 | 0.53 | 0.24 | 121.15 | 0.46 | 0.56 |
| Hex | 5A | C2 | 5C | 36 | 0 | 35 | 18 | 79 | 2E | 38 |
| Octal | 132 | 302 | 134 | 66 | 0 | 65 | 30 | 171 | 56 | 70 |
| Binary | 1011010 | 11000010 | 1011100 | 110110 | 0 | 110101 | 11000 | 1111001 | 101110 | 111000 |
Color Harmonies of #5AC25C
Complementary color
Monochromatic Colors of #5AC25C
Black with #5AC25C
Text Example
Text Example
White with #5AC25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC25C; }
p { color: rgb(90,194,92); }
H1.HeaderClassName
{
color: #5AC25C;
}
.AnyTagClassName
{
color: #5AC25C;
}
</style>
background-color css
<style>
a { background-color: #5AC25C; }
a { background-color: rgb(90,194,92); }
div.DivClassName
{
background-color: #5AC25C;
}
.BgClassName
{
background-color: #5AC25C;
}
</style>
border-color css
<style>
span { border-color: #5AC25C; }
span { border-color: rgb(90,194,92); }
td.TdClassName
{
border-color: #5AC25C;
}
.TagClassName
{
border-color: #5AC25C;
}
</style>