Shades of Kelly Green #2AAD07
Tints of Kelly Green #2AAD07
RGB
CMYK
RGB Variations
Color information
#2AAD07 (or 0x2AAD07) is known color: Kelly Green. HEX triplet: 2A, AD and 07. RGB value is (42,173,7). Sum of RGB (Red+Green+Blue) = 42+173+7=222 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.92% from 222); Green value is 173 (67.97% from 255 or 77.93% from 222); Blue value is 7 (3.12% from 255 or 3.15% from 222); Max value from RGB is 173 - color contains mainly: green. Hex color #2AAD07 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AAD07 is #D552F8. Grayscale: #737373. Windows color (decimal): -13980409 or 503082. OLE color: 503082.
HSL color Cylindrical-coordinate representation of color #2AAD07: hue angle of 107.35º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2AAD07 is Cyan = 0.76, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 42 | 173 | 7 | - |
| CMYK | 0.76 | 0 | 0.96 | 0.32 |
| HSL | 107.35º | 0.92% | 0.35% | - |
| HSV(B) | 107.35º | 0.96% | 0.68% | - |
| XYZ | 15.94 | 30.39 | 5.23 | - |
| YUV | 114.91 | 67.1 | 76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 173 | 7 | 0.76 | 0 | 0.96 | 0.32 | 107.35 | 0.92 | 0.35 |
| Hex | 2A | AD | 7 | 4C | 0 | 60 | 20 | 6B | 5C | 23 |
| Octal | 52 | 255 | 7 | 114 | 0 | 140 | 40 | 153 | 134 | 43 |
| Binary | 101010 | 10101101 | 111 | 1001100 | 0 | 1100000 | 100000 | 1101011 | 1011100 | 100011 |
Color Harmonies of #2AAD07
Complementary color
Monochromatic Colors of #2AAD07
Black with #2AAD07
Text Example
Text Example
White with #2AAD07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAD07; }
p { color: rgb(42,173,7); }
H1.HeaderClassName
{
color: #2AAD07;
}
.AnyTagClassName
{
color: #2AAD07;
}
</style>
background-color css
<style>
a { background-color: #2AAD07; }
a { background-color: rgb(42,173,7); }
div.DivClassName
{
background-color: #2AAD07;
}
.BgClassName
{
background-color: #2AAD07;
}
</style>
border-color css
<style>
span { border-color: #2AAD07; }
span { border-color: rgb(42,173,7); }
td.TdClassName
{
border-color: #2AAD07;
}
.TagClassName
{
border-color: #2AAD07;
}
</style>