Shades of Kelly Green #53AC10
Tints of Kelly Green #53AC10
RGB
CMYK
RGB Variations
Color information
#53AC10 (or 0x53AC10) is known color: Kelly Green. HEX triplet: 53, AC and 10. RGB value is (83,172,16). Sum of RGB (Red+Green+Blue) = 83+172+16=271 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.63% from 271); Green value is 172 (67.58% from 255 or 63.47% from 271); Blue value is 16 (6.64% from 255 or 5.90% from 271); Max value from RGB is 172 - color contains mainly: green. Hex color #53AC10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #53AC10 is #AC53EF. Grayscale: #808080. Windows color (decimal): -11293680 or 1092691. OLE color: 1092691.
HSL color Cylindrical-coordinate representation of color #53AC10: hue angle of 94.23º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #53AC10 is Cyan = 0.52, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 172 | 16 | - |
| CMYK | 0.52 | 0 | 0.91 | 0.33 |
| HSL | 94.23º | 0.83% | 0.37% | - |
| HSV(B) | 94.23º | 0.91% | 0.67% | - |
| XYZ | 18.41 | 31.38 | 5.58 | - |
| YUV | 127.61 | 65.01 | 96.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 172 | 16 | 0.52 | 0 | 0.91 | 0.33 | 94.23 | 0.83 | 0.37 |
| Hex | 53 | AC | 10 | 34 | 0 | 5B | 21 | 5E | 53 | 25 |
| Octal | 123 | 254 | 20 | 64 | 0 | 133 | 41 | 136 | 123 | 45 |
| Binary | 1010011 | 10101100 | 10000 | 110100 | 0 | 1011011 | 100001 | 1011110 | 1010011 | 100101 |
Color Harmonies of #53AC10
Complementary color
Monochromatic Colors of #53AC10
Black with #53AC10
Text Example
Text Example
White with #53AC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AC10; }
p { color: rgb(83,172,16); }
H1.HeaderClassName
{
color: #53AC10;
}
.AnyTagClassName
{
color: #53AC10;
}
</style>
background-color css
<style>
a { background-color: #53AC10; }
a { background-color: rgb(83,172,16); }
div.DivClassName
{
background-color: #53AC10;
}
.BgClassName
{
background-color: #53AC10;
}
</style>
border-color css
<style>
span { border-color: #53AC10; }
span { border-color: rgb(83,172,16); }
td.TdClassName
{
border-color: #53AC10;
}
.TagClassName
{
border-color: #53AC10;
}
</style>