Shades of Kelly Green #2AAF07
Tints of Kelly Green #2AAF07
RGB
CMYK
RGB Variations
Color information
#2AAF07 (or 0x2AAF07) is known color: Kelly Green. HEX triplet: 2A, AF and 07. RGB value is (42,175,7). Sum of RGB (Red+Green+Blue) = 42+175+7=224 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.75% from 224); Green value is 175 (68.75% from 255 or 78.12% from 224); Blue value is 7 (3.12% from 255 or 3.12% from 224); Max value from RGB is 175 - color contains mainly: green. Hex color #2AAF07 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AAF07 is #D550F8. Grayscale: #747474. Windows color (decimal): -13979897 or 503594. OLE color: 503594.
HSL color Cylindrical-coordinate representation of color #2AAF07: hue angle of 107.5º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2AAF07 is Cyan = 0.76, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 42 | 175 | 7 | - |
| CMYK | 0.76 | 0 | 0.96 | 0.31 |
| HSL | 107.5º | 0.92% | 0.36% | - |
| HSV(B) | 107.5º | 0.96% | 0.69% | - |
| XYZ | 16.32 | 31.17 | 5.36 | - |
| YUV | 116.08 | 66.44 | 75.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 175 | 7 | 0.76 | 0 | 0.96 | 0.31 | 107.5 | 0.92 | 0.36 |
| Hex | 2A | AF | 7 | 4C | 0 | 60 | 1F | 6C | 5C | 24 |
| Octal | 52 | 257 | 7 | 114 | 0 | 140 | 37 | 154 | 134 | 44 |
| Binary | 101010 | 10101111 | 111 | 1001100 | 0 | 1100000 | 11111 | 1101100 | 1011100 | 100100 |
Color Harmonies of #2AAF07
Complementary color
Monochromatic Colors of #2AAF07
Black with #2AAF07
Text Example
Text Example
White with #2AAF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAF07; }
p { color: rgb(42,175,7); }
H1.HeaderClassName
{
color: #2AAF07;
}
.AnyTagClassName
{
color: #2AAF07;
}
</style>
background-color css
<style>
a { background-color: #2AAF07; }
a { background-color: rgb(42,175,7); }
div.DivClassName
{
background-color: #2AAF07;
}
.BgClassName
{
background-color: #2AAF07;
}
</style>
border-color css
<style>
span { border-color: #2AAF07; }
span { border-color: rgb(42,175,7); }
td.TdClassName
{
border-color: #2AAF07;
}
.TagClassName
{
border-color: #2AAF07;
}
</style>