Shades of Kelly Green #5AAF14
Tints of Kelly Green #5AAF14
RGB
CMYK
RGB Variations
Color information
#5AAF14 (or 0x5AAF14) is known color: Kelly Green. HEX triplet: 5A, AF and 14. RGB value is (90,175,20). Sum of RGB (Red+Green+Blue) = 90+175+20=285 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.58% from 285); Green value is 175 (68.75% from 255 or 61.40% from 285); Blue value is 20 (8.20% from 255 or 7.02% from 285); Max value from RGB is 175 - color contains mainly: green. Hex color #5AAF14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5AAF14 is #A550EB. Grayscale: #848484. Windows color (decimal): -10834156 or 1355610. OLE color: 1355610.
HSL color Cylindrical-coordinate representation of color #5AAF14: hue angle of 92.9º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5AAF14 is Cyan = 0.49, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 90 | 175 | 20 | - |
| CMYK | 0.49 | 0 | 0.89 | 0.31 |
| HSL | 92.9º | 0.79% | 0.38% | - |
| HSV(B) | 92.9º | 0.89% | 0.69% | - |
| XYZ | 19.67 | 32.88 | 5.97 | - |
| YUV | 131.92 | 64.84 | 98.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 175 | 20 | 0.49 | 0 | 0.89 | 0.31 | 92.9 | 0.79 | 0.38 |
| Hex | 5A | AF | 14 | 31 | 0 | 59 | 1F | 5D | 4F | 26 |
| Octal | 132 | 257 | 24 | 61 | 0 | 131 | 37 | 135 | 117 | 46 |
| Binary | 1011010 | 10101111 | 10100 | 110001 | 0 | 1011001 | 11111 | 1011101 | 1001111 | 100110 |
Color Harmonies of #5AAF14
Complementary color
Monochromatic Colors of #5AAF14
Black with #5AAF14
Text Example
Text Example
White with #5AAF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAF14; }
p { color: rgb(90,175,20); }
H1.HeaderClassName
{
color: #5AAF14;
}
.AnyTagClassName
{
color: #5AAF14;
}
</style>
background-color css
<style>
a { background-color: #5AAF14; }
a { background-color: rgb(90,175,20); }
div.DivClassName
{
background-color: #5AAF14;
}
.BgClassName
{
background-color: #5AAF14;
}
</style>
border-color css
<style>
span { border-color: #5AAF14; }
span { border-color: rgb(90,175,20); }
td.TdClassName
{
border-color: #5AAF14;
}
.TagClassName
{
border-color: #5AAF14;
}
</style>