Shades of Kelly Green #2AAA0B
Tints of Kelly Green #2AAA0B
RGB
CMYK
RGB Variations
Color information
#2AAA0B (or 0x2AAA0B) is known color: Kelly Green. HEX triplet: 2A, AA and 0B. RGB value is (42,170,11). Sum of RGB (Red+Green+Blue) = 42+170+11=223 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.83% from 223); Green value is 170 (66.80% from 255 or 76.23% from 223); Blue value is 11 (4.69% from 255 or 4.93% from 223); Max value from RGB is 170 - color contains mainly: green. Hex color #2AAA0B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AAA0B is #D555F4. Grayscale: #727272. Windows color (decimal): -13981173 or 764458. OLE color: 764458.
HSL color Cylindrical-coordinate representation of color #2AAA0B: hue angle of 108.3º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2AAA0B is Cyan = 0.75, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 170 | 11 | - |
| CMYK | 0.75 | 0 | 0.94 | 0.33 |
| HSL | 108.3º | 0.88% | 0.35% | - |
| HSV(B) | 108.3º | 0.94% | 0.67% | - |
| XYZ | 15.39 | 29.27 | 5.15 | - |
| YUV | 113.6 | 70.09 | 76.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 170 | 11 | 0.75 | 0 | 0.94 | 0.33 | 108.3 | 0.88 | 0.35 |
| Hex | 2A | AA | B | 4B | 0 | 5E | 21 | 6C | 58 | 23 |
| Octal | 52 | 252 | 13 | 113 | 0 | 136 | 41 | 154 | 130 | 43 |
| Binary | 101010 | 10101010 | 1011 | 1001011 | 0 | 1011110 | 100001 | 1101100 | 1011000 | 100011 |
Color Harmonies of #2AAA0B
Complementary color
Monochromatic Colors of #2AAA0B
Black with #2AAA0B
Text Example
Text Example
White with #2AAA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAA0B; }
p { color: rgb(42,170,11); }
H1.HeaderClassName
{
color: #2AAA0B;
}
.AnyTagClassName
{
color: #2AAA0B;
}
</style>
background-color css
<style>
a { background-color: #2AAA0B; }
a { background-color: rgb(42,170,11); }
div.DivClassName
{
background-color: #2AAA0B;
}
.BgClassName
{
background-color: #2AAA0B;
}
</style>
border-color css
<style>
span { border-color: #2AAA0B; }
span { border-color: rgb(42,170,11); }
td.TdClassName
{
border-color: #2AAA0B;
}
.TagClassName
{
border-color: #2AAA0B;
}
</style>