Shades of Kelly Green #53AC2A
Tints of Kelly Green #53AC2A
RGB
CMYK
RGB Variations
Color information
#53AC2A (or 0x53AC2A) is known color: Kelly Green. HEX triplet: 53, AC and 2A. RGB value is (83,172,42). Sum of RGB (Red+Green+Blue) = 83+172+42=297 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.95% from 297); Green value is 172 (67.58% from 255 or 57.91% from 297); Blue value is 42 (16.80% from 255 or 14.14% from 297); Max value from RGB is 172 - color contains mainly: green. Hex color #53AC2A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53AC2A is #AC53D5. Grayscale: #838383. Windows color (decimal): -11293654 or 2796627. OLE color: 2796627.
HSL color Cylindrical-coordinate representation of color #53AC2A: hue angle of 101.08º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #53AC2A is Cyan = 0.52, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 172 | 42 | - |
| CMYK | 0.52 | 0 | 0.76 | 0.33 |
| HSL | 101.08º | 0.61% | 0.42% | - |
| HSV(B) | 101.08º | 0.76% | 0.67% | - |
| XYZ | 18.74 | 31.51 | 7.29 | - |
| YUV | 130.57 | 78.01 | 94.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 172 | 42 | 0.52 | 0 | 0.76 | 0.33 | 101.08 | 0.61 | 0.42 |
| Hex | 53 | AC | 2A | 34 | 0 | 4C | 21 | 65 | 3D | 2A |
| Octal | 123 | 254 | 52 | 64 | 0 | 114 | 41 | 145 | 75 | 52 |
| Binary | 1010011 | 10101100 | 101010 | 110100 | 0 | 1001100 | 100001 | 1100101 | 111101 | 101010 |
Color Harmonies of #53AC2A
Complementary color
Monochromatic Colors of #53AC2A
Black with #53AC2A
Text Example
Text Example
White with #53AC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AC2A; }
p { color: rgb(83,172,42); }
H1.HeaderClassName
{
color: #53AC2A;
}
.AnyTagClassName
{
color: #53AC2A;
}
</style>
background-color css
<style>
a { background-color: #53AC2A; }
a { background-color: rgb(83,172,42); }
div.DivClassName
{
background-color: #53AC2A;
}
.BgClassName
{
background-color: #53AC2A;
}
</style>
border-color css
<style>
span { border-color: #53AC2A; }
span { border-color: rgb(83,172,42); }
td.TdClassName
{
border-color: #53AC2A;
}
.TagClassName
{
border-color: #53AC2A;
}
</style>