Shades of Kelly Green #2AAF13
Tints of Kelly Green #2AAF13
RGB
CMYK
RGB Variations
Color information
#2AAF13 (or 0x2AAF13) is known color: Kelly Green. HEX triplet: 2A, AF and 13. RGB value is (42,175,19). Sum of RGB (Red+Green+Blue) = 42+175+19=236 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.80% from 236); Green value is 175 (68.75% from 255 or 74.15% from 236); Blue value is 19 (7.81% from 255 or 8.05% from 236); Max value from RGB is 175 - color contains mainly: green. Hex color #2AAF13 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AAF13 is #D550EC. Grayscale: #757575. Windows color (decimal): -13979885 or 1290026. OLE color: 1290026.
HSL color Cylindrical-coordinate representation of color #2AAF13: hue angle of 111.15º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2AAF13 is Cyan = 0.76, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 42 | 175 | 19 | - |
| CMYK | 0.76 | 0 | 0.89 | 0.31 |
| HSL | 111.15º | 0.8% | 0.38% | - |
| HSV(B) | 111.15º | 0.89% | 0.69% | - |
| XYZ | 16.4 | 31.2 | 5.77 | - |
| YUV | 117.45 | 72.44 | 74.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 175 | 19 | 0.76 | 0 | 0.89 | 0.31 | 111.15 | 0.8 | 0.38 |
| Hex | 2A | AF | 13 | 4C | 0 | 59 | 1F | 6F | 50 | 26 |
| Octal | 52 | 257 | 23 | 114 | 0 | 131 | 37 | 157 | 120 | 46 |
| Binary | 101010 | 10101111 | 10011 | 1001100 | 0 | 1011001 | 11111 | 1101111 | 1010000 | 100110 |
Color Harmonies of #2AAF13
Complementary color
Monochromatic Colors of #2AAF13
Black with #2AAF13
Text Example
Text Example
White with #2AAF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAF13; }
p { color: rgb(42,175,19); }
H1.HeaderClassName
{
color: #2AAF13;
}
.AnyTagClassName
{
color: #2AAF13;
}
</style>
background-color css
<style>
a { background-color: #2AAF13; }
a { background-color: rgb(42,175,19); }
div.DivClassName
{
background-color: #2AAF13;
}
.BgClassName
{
background-color: #2AAF13;
}
</style>
border-color css
<style>
span { border-color: #2AAF13; }
span { border-color: rgb(42,175,19); }
td.TdClassName
{
border-color: #2AAF13;
}
.TagClassName
{
border-color: #2AAF13;
}
</style>