Shades of Fern #5AB75A
Tints of Fern #5AB75A
RGB
CMYK
RGB Variations
Color information
#5AB75A (or 0x5AB75A) is known color: Fern. HEX triplet: 5A, B7 and 5A. RGB value is (90,183,90). Sum of RGB (Red+Green+Blue) = 90+183+90=363 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.79% from 363); Green value is 183 (71.88% from 255 or 50.41% from 363); Blue value is 90 (35.55% from 255 or 24.79% from 363); Max value from RGB is 183 - color contains mainly: green. Hex color #5AB75A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AB75A is #A548A5. Grayscale: #909090. Windows color (decimal): -10832038 or 5945178. OLE color: 5945178.
HSL color Cylindrical-coordinate representation of color #5AB75A: hue angle of 120º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5AB75A is Cyan = 0.51, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 90 | 183 | 90 | - |
| CMYK | 0.51 | 0 | 0.51 | 0.28 |
| HSL | 120º | 0.39% | 0.54% | - |
| HSV(B) | 120º | 0.51% | 0.72% | - |
| XYZ | 23 | 36.78 | 15.56 | - |
| YUV | 144.59 | 97.19 | 89.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 183 | 90 | 0.51 | 0 | 0.51 | 0.28 | 120 | 0.39 | 0.54 |
| Hex | 5A | B7 | 5A | 33 | 0 | 33 | 1C | 78 | 27 | 36 |
| Octal | 132 | 267 | 132 | 63 | 0 | 63 | 34 | 170 | 47 | 66 |
| Binary | 1011010 | 10110111 | 1011010 | 110011 | 0 | 110011 | 11100 | 1111000 | 100111 | 110110 |
Color Harmonies of #5AB75A
Complementary color
Monochromatic Colors of #5AB75A
Black with #5AB75A
Text Example
Text Example
White with #5AB75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB75A; }
p { color: rgb(90,183,90); }
H1.HeaderClassName
{
color: #5AB75A;
}
.AnyTagClassName
{
color: #5AB75A;
}
</style>
background-color css
<style>
a { background-color: #5AB75A; }
a { background-color: rgb(90,183,90); }
div.DivClassName
{
background-color: #5AB75A;
}
.BgClassName
{
background-color: #5AB75A;
}
</style>
border-color css
<style>
span { border-color: #5AB75A; }
span { border-color: rgb(90,183,90); }
td.TdClassName
{
border-color: #5AB75A;
}
.TagClassName
{
border-color: #5AB75A;
}
</style>