Shades of Fern #5AAF64
Tints of Fern #5AAF64
RGB
CMYK
RGB Variations
Color information
#5AAF64 (or 0x5AAF64) is known color: Fern. HEX triplet: 5A, AF and 64. RGB value is (90,175,100). Sum of RGB (Red+Green+Blue) = 90+175+100=365 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.66% from 365); Green value is 175 (68.75% from 255 or 47.95% from 365); Blue value is 100 (39.45% from 255 or 27.40% from 365); Max value from RGB is 175 - color contains mainly: green. Hex color #5AAF64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AAF64 is #A5509B. Grayscale: #8D8D8D. Windows color (decimal): -10834076 or 6598490. OLE color: 6598490.
HSL color Cylindrical-coordinate representation of color #5AAF64: hue angle of 127.06º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5AAF64 is Cyan = 0.49, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 90 | 175 | 100 | - |
| CMYK | 0.49 | 0 | 0.43 | 0.31 |
| HSL | 127.06º | 0.35% | 0.52% | - |
| HSV(B) | 127.06º | 0.49% | 0.69% | - |
| XYZ | 21.85 | 33.75 | 17.42 | - |
| YUV | 141.04 | 104.84 | 91.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 175 | 100 | 0.49 | 0 | 0.43 | 0.31 | 127.06 | 0.35 | 0.52 |
| Hex | 5A | AF | 64 | 31 | 0 | 2B | 1F | 7F | 23 | 34 |
| Octal | 132 | 257 | 144 | 61 | 0 | 53 | 37 | 177 | 43 | 64 |
| Binary | 1011010 | 10101111 | 1100100 | 110001 | 0 | 101011 | 11111 | 1111111 | 100011 | 110100 |
Color Harmonies of #5AAF64
Complementary color
Monochromatic Colors of #5AAF64
Black with #5AAF64
Text Example
Text Example
White with #5AAF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAF64; }
p { color: rgb(90,175,100); }
H1.HeaderClassName
{
color: #5AAF64;
}
.AnyTagClassName
{
color: #5AAF64;
}
</style>
background-color css
<style>
a { background-color: #5AAF64; }
a { background-color: rgb(90,175,100); }
div.DivClassName
{
background-color: #5AAF64;
}
.BgClassName
{
background-color: #5AAF64;
}
</style>
border-color css
<style>
span { border-color: #5AAF64; }
span { border-color: rgb(90,175,100); }
td.TdClassName
{
border-color: #5AAF64;
}
.TagClassName
{
border-color: #5AAF64;
}
</style>