Shades of Kelly Green #5AAE14
Tints of Kelly Green #5AAE14
RGB
CMYK
RGB Variations
Color information
#5AAE14 (or 0x5AAE14) is known color: Kelly Green. HEX triplet: 5A, AE and 14. RGB value is (90,174,20). Sum of RGB (Red+Green+Blue) = 90+174+20=284 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.69% from 284); Green value is 174 (68.36% from 255 or 61.27% from 284); Blue value is 20 (8.20% from 255 or 7.04% from 284); Max value from RGB is 174 - color contains mainly: green. Hex color #5AAE14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5AAE14 is #A551EB. Grayscale: #838383. Windows color (decimal): -10834412 or 1355354. OLE color: 1355354.
HSL color Cylindrical-coordinate representation of color #5AAE14: hue angle of 92.73º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5AAE14 is Cyan = 0.48, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 90 | 174 | 20 | - |
| CMYK | 0.48 | 0 | 0.89 | 0.32 |
| HSL | 92.73º | 0.79% | 0.38% | - |
| HSV(B) | 92.73º | 0.89% | 0.68% | - |
| XYZ | 19.48 | 32.5 | 5.91 | - |
| YUV | 131.33 | 65.17 | 98.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 174 | 20 | 0.48 | 0 | 0.89 | 0.32 | 92.73 | 0.79 | 0.38 |
| Hex | 5A | AE | 14 | 30 | 0 | 59 | 20 | 5D | 4F | 26 |
| Octal | 132 | 256 | 24 | 60 | 0 | 131 | 40 | 135 | 117 | 46 |
| Binary | 1011010 | 10101110 | 10100 | 110000 | 0 | 1011001 | 100000 | 1011101 | 1001111 | 100110 |
Color Harmonies of #5AAE14
Complementary color
Monochromatic Colors of #5AAE14
Black with #5AAE14
Text Example
Text Example
White with #5AAE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAE14; }
p { color: rgb(90,174,20); }
H1.HeaderClassName
{
color: #5AAE14;
}
.AnyTagClassName
{
color: #5AAE14;
}
</style>
background-color css
<style>
a { background-color: #5AAE14; }
a { background-color: rgb(90,174,20); }
div.DivClassName
{
background-color: #5AAE14;
}
.BgClassName
{
background-color: #5AAE14;
}
</style>
border-color css
<style>
span { border-color: #5AAE14; }
span { border-color: rgb(90,174,20); }
td.TdClassName
{
border-color: #5AAE14;
}
.TagClassName
{
border-color: #5AAE14;
}
</style>