Shades of Kelly Green #54AA14
Tints of Kelly Green #54AA14
RGB
CMYK
RGB Variations
Color information
#54AA14 (or 0x54AA14) is known color: Kelly Green. HEX triplet: 54, AA and 14. RGB value is (84,170,20). Sum of RGB (Red+Green+Blue) = 84+170+20=274 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.66% from 274); Green value is 170 (66.80% from 255 or 62.04% from 274); Blue value is 20 (8.20% from 255 or 7.30% from 274); Max value from RGB is 170 - color contains mainly: green. Hex color #54AA14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #54AA14 is #AB55EB. Grayscale: #7F7F7F. Windows color (decimal): -11228652 or 1354324. OLE color: 1354324.
HSL color Cylindrical-coordinate representation of color #54AA14: hue angle of 94.4º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #54AA14 is Cyan = 0.51, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 170 | 20 | - |
| CMYK | 0.51 | 0 | 0.88 | 0.33 |
| HSL | 94.4º | 0.79% | 0.37% | - |
| HSV(B) | 94.4º | 0.88% | 0.67% | - |
| XYZ | 18.16 | 30.68 | 5.63 | - |
| YUV | 127.19 | 67.51 | 97.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 170 | 20 | 0.51 | 0 | 0.88 | 0.33 | 94.4 | 0.79 | 0.37 |
| Hex | 54 | AA | 14 | 33 | 0 | 58 | 21 | 5E | 4F | 25 |
| Octal | 124 | 252 | 24 | 63 | 0 | 130 | 41 | 136 | 117 | 45 |
| Binary | 1010100 | 10101010 | 10100 | 110011 | 0 | 1011000 | 100001 | 1011110 | 1001111 | 100101 |
Color Harmonies of #54AA14
Complementary color
Monochromatic Colors of #54AA14
Black with #54AA14
Text Example
Text Example
White with #54AA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AA14; }
p { color: rgb(84,170,20); }
H1.HeaderClassName
{
color: #54AA14;
}
.AnyTagClassName
{
color: #54AA14;
}
</style>
background-color css
<style>
a { background-color: #54AA14; }
a { background-color: rgb(84,170,20); }
div.DivClassName
{
background-color: #54AA14;
}
.BgClassName
{
background-color: #54AA14;
}
</style>
border-color css
<style>
span { border-color: #54AA14; }
span { border-color: rgb(84,170,20); }
td.TdClassName
{
border-color: #54AA14;
}
.TagClassName
{
border-color: #54AA14;
}
</style>