Shades of Kelly Green #2AAC0D
Tints of Kelly Green #2AAC0D
RGB
CMYK
RGB Variations
Color information
#2AAC0D (or 0x2AAC0D) is known color: Kelly Green. HEX triplet: 2A, AC and 0D. RGB value is (42,172,13). Sum of RGB (Red+Green+Blue) = 42+172+13=227 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.50% from 227); Green value is 172 (67.58% from 255 or 75.77% from 227); Blue value is 13 (5.47% from 255 or 5.73% from 227); Max value from RGB is 172 - color contains mainly: green. Hex color #2AAC0D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AAC0D is #D553F2. Grayscale: #737373. Windows color (decimal): -13980659 or 896042. OLE color: 896042.
HSL color Cylindrical-coordinate representation of color #2AAC0D: hue angle of 109.06º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2AAC0D is Cyan = 0.76, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 172 | 13 | - |
| CMYK | 0.76 | 0 | 0.92 | 0.33 |
| HSL | 109.06º | 0.86% | 0.36% | - |
| HSV(B) | 109.06º | 0.92% | 0.67% | - |
| XYZ | 15.78 | 30.03 | 5.34 | - |
| YUV | 115 | 70.43 | 75.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 172 | 13 | 0.76 | 0 | 0.92 | 0.33 | 109.06 | 0.86 | 0.36 |
| Hex | 2A | AC | D | 4C | 0 | 5C | 21 | 6D | 56 | 24 |
| Octal | 52 | 254 | 15 | 114 | 0 | 134 | 41 | 155 | 126 | 44 |
| Binary | 101010 | 10101100 | 1101 | 1001100 | 0 | 1011100 | 100001 | 1101101 | 1010110 | 100100 |
Color Harmonies of #2AAC0D
Complementary color
Monochromatic Colors of #2AAC0D
Black with #2AAC0D
Text Example
Text Example
White with #2AAC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAC0D; }
p { color: rgb(42,172,13); }
H1.HeaderClassName
{
color: #2AAC0D;
}
.AnyTagClassName
{
color: #2AAC0D;
}
</style>
background-color css
<style>
a { background-color: #2AAC0D; }
a { background-color: rgb(42,172,13); }
div.DivClassName
{
background-color: #2AAC0D;
}
.BgClassName
{
background-color: #2AAC0D;
}
</style>
border-color css
<style>
span { border-color: #2AAC0D; }
span { border-color: rgb(42,172,13); }
td.TdClassName
{
border-color: #2AAC0D;
}
.TagClassName
{
border-color: #2AAC0D;
}
</style>