Shades of Fern #5AC95D
Tints of Fern #5AC95D
RGB
CMYK
RGB Variations
Color information
#5AC95D (or 0x5AC95D) is known color: Fern. HEX triplet: 5A, C9 and 5D. RGB value is (90,201,93). Sum of RGB (Red+Green+Blue) = 90+201+93=384 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.44% from 384); Green value is 201 (78.91% from 255 or 52.34% from 384); Blue value is 93 (36.72% from 255 or 24.22% from 384); Max value from RGB is 201 - color contains mainly: green. Hex color #5AC95D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AC95D is #A536A2. Grayscale: #9B9B9B. Windows color (decimal): -10827427 or 6146394. OLE color: 6146394.
HSL color Cylindrical-coordinate representation of color #5AC95D: hue angle of 121.62º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5AC95D is Cyan = 0.55, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 90 | 201 | 93 | - |
| CMYK | 0.55 | 0 | 0.54 | 0.21 |
| HSL | 121.62º | 0.51% | 0.57% | - |
| HSV(B) | 121.62º | 0.55% | 0.79% | - |
| XYZ | 27.08 | 44.74 | 17.56 | - |
| YUV | 155.5 | 92.73 | 81.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 201 | 93 | 0.55 | 0 | 0.54 | 0.21 | 121.62 | 0.51 | 0.57 |
| Hex | 5A | C9 | 5D | 37 | 0 | 36 | 15 | 7A | 33 | 39 |
| Octal | 132 | 311 | 135 | 67 | 0 | 66 | 25 | 172 | 63 | 71 |
| Binary | 1011010 | 11001001 | 1011101 | 110111 | 0 | 110110 | 10101 | 1111010 | 110011 | 111001 |
Color Harmonies of #5AC95D
Complementary color
Monochromatic Colors of #5AC95D
Black with #5AC95D
Text Example
Text Example
White with #5AC95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC95D; }
p { color: rgb(90,201,93); }
H1.HeaderClassName
{
color: #5AC95D;
}
.AnyTagClassName
{
color: #5AC95D;
}
</style>
background-color css
<style>
a { background-color: #5AC95D; }
a { background-color: rgb(90,201,93); }
div.DivClassName
{
background-color: #5AC95D;
}
.BgClassName
{
background-color: #5AC95D;
}
</style>
border-color css
<style>
span { border-color: #5AC95D; }
span { border-color: rgb(90,201,93); }
td.TdClassName
{
border-color: #5AC95D;
}
.TagClassName
{
border-color: #5AC95D;
}
</style>