Shades of Fern #5AAA65
Tints of Fern #5AAA65
RGB
CMYK
RGB Variations
Color information
#5AAA65 (or 0x5AAA65) is known color: Fern. HEX triplet: 5A, AA and 65. RGB value is (90,170,101). Sum of RGB (Red+Green+Blue) = 90+170+101=361 (47% of max value = 765). Red value is 90 (35.55% from 255 or 24.93% from 361); Green value is 170 (66.80% from 255 or 47.09% from 361); Blue value is 101 (39.84% from 255 or 27.98% from 361); Max value from RGB is 170 - color contains mainly: green. Hex color #5AAA65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AAA65 is #A5559A. Grayscale: #8A8A8A. Windows color (decimal): -10835355 or 6662746. OLE color: 6662746.
HSL color Cylindrical-coordinate representation of color #5AAA65: hue angle of 128.25º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5AAA65 is Cyan = 0.47, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 170 | 101 | - |
| CMYK | 0.47 | 0 | 0.41 | 0.33 |
| HSL | 128.25º | 0.32% | 0.51% | - |
| HSV(B) | 128.25º | 0.47% | 0.67% | - |
| XYZ | 20.94 | 31.86 | 17.36 | - |
| YUV | 138.21 | 107 | 93.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 170 | 101 | 0.47 | 0 | 0.41 | 0.33 | 128.25 | 0.32 | 0.51 |
| Hex | 5A | AA | 65 | 2F | 0 | 29 | 21 | 80 | 20 | 33 |
| Octal | 132 | 252 | 145 | 57 | 0 | 51 | 41 | 200 | 40 | 63 |
| Binary | 1011010 | 10101010 | 1100101 | 101111 | 0 | 101001 | 100001 | 10000000 | 100000 | 110011 |
Color Harmonies of #5AAA65
Complementary color
Monochromatic Colors of #5AAA65
Black with #5AAA65
Text Example
Text Example
White with #5AAA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAA65; }
p { color: rgb(90,170,101); }
H1.HeaderClassName
{
color: #5AAA65;
}
.AnyTagClassName
{
color: #5AAA65;
}
</style>
background-color css
<style>
a { background-color: #5AAA65; }
a { background-color: rgb(90,170,101); }
div.DivClassName
{
background-color: #5AAA65;
}
.BgClassName
{
background-color: #5AAA65;
}
</style>
border-color css
<style>
span { border-color: #5AAA65; }
span { border-color: rgb(90,170,101); }
td.TdClassName
{
border-color: #5AAA65;
}
.TagClassName
{
border-color: #5AAA65;
}
</style>