Shades of Kelly Green #53A40A
Tints of Kelly Green #53A40A
RGB
CMYK
RGB Variations
Color information
#53A40A (or 0x53A40A) is known color: Kelly Green. HEX triplet: 53, A4 and 0A. RGB value is (83,164,10). Sum of RGB (Red+Green+Blue) = 83+164+10=257 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.30% from 257); Green value is 164 (64.45% from 255 or 63.81% from 257); Blue value is 10 (4.30% from 255 or 3.89% from 257); Max value from RGB is 164 - color contains mainly: green. Hex color #53A40A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #53A40A is #AC5BF5. Grayscale: #7A7A7A. Windows color (decimal): -11295734 or 697427. OLE color: 697427.
HSL color Cylindrical-coordinate representation of color #53A40A: hue angle of 91.56º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #53A40A is Cyan = 0.49, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 83 | 164 | 10 | - |
| CMYK | 0.49 | 0 | 0.94 | 0.36 |
| HSL | 91.56º | 0.89% | 0.34% | - |
| HSV(B) | 91.56º | 0.94% | 0.64% | - |
| XYZ | 16.9 | 28.41 | 4.88 | - |
| YUV | 122.23 | 64.66 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 164 | 10 | 0.49 | 0 | 0.94 | 0.36 | 91.56 | 0.89 | 0.34 |
| Hex | 53 | A4 | A | 31 | 0 | 5E | 24 | 5C | 59 | 22 |
| Octal | 123 | 244 | 12 | 61 | 0 | 136 | 44 | 134 | 131 | 42 |
| Binary | 1010011 | 10100100 | 1010 | 110001 | 0 | 1011110 | 100100 | 1011100 | 1011001 | 100010 |
Color Harmonies of #53A40A
Complementary color
Monochromatic Colors of #53A40A
Black with #53A40A
Text Example
Text Example
White with #53A40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A40A; }
p { color: rgb(83,164,10); }
H1.HeaderClassName
{
color: #53A40A;
}
.AnyTagClassName
{
color: #53A40A;
}
</style>
background-color css
<style>
a { background-color: #53A40A; }
a { background-color: rgb(83,164,10); }
div.DivClassName
{
background-color: #53A40A;
}
.BgClassName
{
background-color: #53A40A;
}
</style>
border-color css
<style>
span { border-color: #53A40A; }
span { border-color: rgb(83,164,10); }
td.TdClassName
{
border-color: #53A40A;
}
.TagClassName
{
border-color: #53A40A;
}
</style>