Shades of Kelly Green #2AAF09
Tints of Kelly Green #2AAF09
RGB
CMYK
RGB Variations
Color information
#2AAF09 (or 0x2AAF09) is known color: Kelly Green. HEX triplet: 2A, AF and 09. RGB value is (42,175,9). Sum of RGB (Red+Green+Blue) = 42+175+9=226 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.58% from 226); Green value is 175 (68.75% from 255 or 77.43% from 226); Blue value is 9 (3.91% from 255 or 3.98% from 226); Max value from RGB is 175 - color contains mainly: green. Hex color #2AAF09 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AAF09 is #D550F6. Grayscale: #747474. Windows color (decimal): -13979895 or 634666. OLE color: 634666.
HSL color Cylindrical-coordinate representation of color #2AAF09: hue angle of 108.07º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2AAF09 is Cyan = 0.76, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 42 | 175 | 9 | - |
| CMYK | 0.76 | 0 | 0.95 | 0.31 |
| HSL | 108.07º | 0.9% | 0.36% | - |
| HSV(B) | 108.07º | 0.95% | 0.69% | - |
| XYZ | 16.33 | 31.17 | 5.41 | - |
| YUV | 116.31 | 67.44 | 75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 175 | 9 | 0.76 | 0 | 0.95 | 0.31 | 108.07 | 0.9 | 0.36 |
| Hex | 2A | AF | 9 | 4C | 0 | 5F | 1F | 6C | 5A | 24 |
| Octal | 52 | 257 | 11 | 114 | 0 | 137 | 37 | 154 | 132 | 44 |
| Binary | 101010 | 10101111 | 1001 | 1001100 | 0 | 1011111 | 11111 | 1101100 | 1011010 | 100100 |
Color Harmonies of #2AAF09
Complementary color
Monochromatic Colors of #2AAF09
Black with #2AAF09
Text Example
Text Example
White with #2AAF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAF09; }
p { color: rgb(42,175,9); }
H1.HeaderClassName
{
color: #2AAF09;
}
.AnyTagClassName
{
color: #2AAF09;
}
</style>
background-color css
<style>
a { background-color: #2AAF09; }
a { background-color: rgb(42,175,9); }
div.DivClassName
{
background-color: #2AAF09;
}
.BgClassName
{
background-color: #2AAF09;
}
</style>
border-color css
<style>
span { border-color: #2AAF09; }
span { border-color: rgb(42,175,9); }
td.TdClassName
{
border-color: #2AAF09;
}
.TagClassName
{
border-color: #2AAF09;
}
</style>