Shades of Fern #5AB35C
Tints of Fern #5AB35C
RGB
CMYK
RGB Variations
Color information
#5AB35C (or 0x5AB35C) is known color: Fern. HEX triplet: 5A, B3 and 5C. RGB value is (90,179,92). Sum of RGB (Red+Green+Blue) = 90+179+92=361 (47% of max value = 765). Red value is 90 (35.55% from 255 or 24.93% from 361); Green value is 179 (70.31% from 255 or 49.58% from 361); Blue value is 92 (36.33% from 255 or 25.48% from 361); Max value from RGB is 179 - color contains mainly: green. Hex color #5AB35C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AB35C is #A54CA3. Grayscale: #8E8E8E. Windows color (decimal): -10833060 or 6075226. OLE color: 6075226.
HSL color Cylindrical-coordinate representation of color #5AB35C: hue angle of 121.35º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5AB35C is Cyan = 0.50, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 90 | 179 | 92 | - |
| CMYK | 0.50 | 0 | 0.49 | 0.30 |
| HSL | 121.35º | 0.37% | 0.53% | - |
| HSV(B) | 121.35º | 0.5% | 0.7% | - |
| XYZ | 22.27 | 35.19 | 15.74 | - |
| YUV | 142.47 | 99.51 | 90.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 179 | 92 | 0.50 | 0 | 0.49 | 0.30 | 121.35 | 0.37 | 0.53 |
| Hex | 5A | B3 | 5C | 32 | 0 | 31 | 1E | 79 | 25 | 35 |
| Octal | 132 | 263 | 134 | 62 | 0 | 61 | 36 | 171 | 45 | 65 |
| Binary | 1011010 | 10110011 | 1011100 | 110010 | 0 | 110001 | 11110 | 1111001 | 100101 | 110101 |
Color Harmonies of #5AB35C
Complementary color
Monochromatic Colors of #5AB35C
Black with #5AB35C
Text Example
Text Example
White with #5AB35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB35C; }
p { color: rgb(90,179,92); }
H1.HeaderClassName
{
color: #5AB35C;
}
.AnyTagClassName
{
color: #5AB35C;
}
</style>
background-color css
<style>
a { background-color: #5AB35C; }
a { background-color: rgb(90,179,92); }
div.DivClassName
{
background-color: #5AB35C;
}
.BgClassName
{
background-color: #5AB35C;
}
</style>
border-color css
<style>
span { border-color: #5AB35C; }
span { border-color: rgb(90,179,92); }
td.TdClassName
{
border-color: #5AB35C;
}
.TagClassName
{
border-color: #5AB35C;
}
</style>