Shades of Kelly Green #54A914
Tints of Kelly Green #54A914
RGB
CMYK
RGB Variations
Color information
#54A914 (or 0x54A914) is known color: Kelly Green. HEX triplet: 54, A9 and 14. RGB value is (84,169,20). Sum of RGB (Red+Green+Blue) = 84+169+20=273 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.77% from 273); Green value is 169 (66.41% from 255 or 61.90% from 273); Blue value is 20 (8.20% from 255 or 7.33% from 273); Max value from RGB is 169 - color contains mainly: green. Hex color #54A914 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #54A914 is #AB56EB. Grayscale: #7F7F7F. Windows color (decimal): -11228908 or 1354068. OLE color: 1354068.
HSL color Cylindrical-coordinate representation of color #54A914: hue angle of 94.23º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #54A914 is Cyan = 0.50, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 84 | 169 | 20 | - |
| CMYK | 0.50 | 0 | 0.88 | 0.34 |
| HSL | 94.23º | 0.79% | 0.37% | - |
| HSV(B) | 94.23º | 0.88% | 0.66% | - |
| XYZ | 17.97 | 30.31 | 5.57 | - |
| YUV | 126.6 | 67.84 | 97.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 169 | 20 | 0.50 | 0 | 0.88 | 0.34 | 94.23 | 0.79 | 0.37 |
| Hex | 54 | A9 | 14 | 32 | 0 | 58 | 22 | 5E | 4F | 25 |
| Octal | 124 | 251 | 24 | 62 | 0 | 130 | 42 | 136 | 117 | 45 |
| Binary | 1010100 | 10101001 | 10100 | 110010 | 0 | 1011000 | 100010 | 1011110 | 1001111 | 100101 |
Color Harmonies of #54A914
Complementary color
Monochromatic Colors of #54A914
Black with #54A914
Text Example
Text Example
White with #54A914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A914; }
p { color: rgb(84,169,20); }
H1.HeaderClassName
{
color: #54A914;
}
.AnyTagClassName
{
color: #54A914;
}
</style>
background-color css
<style>
a { background-color: #54A914; }
a { background-color: rgb(84,169,20); }
div.DivClassName
{
background-color: #54A914;
}
.BgClassName
{
background-color: #54A914;
}
</style>
border-color css
<style>
span { border-color: #54A914; }
span { border-color: rgb(84,169,20); }
td.TdClassName
{
border-color: #54A914;
}
.TagClassName
{
border-color: #54A914;
}
</style>