Shades of Kelly Green #2AAF08
Tints of Kelly Green #2AAF08
RGB
CMYK
RGB Variations
Color information
#2AAF08 (or 0x2AAF08) is known color: Kelly Green. HEX triplet: 2A, AF and 08. RGB value is (42,175,8). Sum of RGB (Red+Green+Blue) = 42+175+8=225 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.67% from 225); Green value is 175 (68.75% from 255 or 77.78% from 225); Blue value is 8 (3.52% from 255 or 3.56% from 225); Max value from RGB is 175 - color contains mainly: green. Hex color #2AAF08 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AAF08 is #D550F7. Grayscale: #747474. Windows color (decimal): -13979896 or 569130. OLE color: 569130.
HSL color Cylindrical-coordinate representation of color #2AAF08: hue angle of 107.78º degrees, saturation: 0.91, 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 #2AAF08 is Cyan = 0.76, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 42 | 175 | 8 | - |
| CMYK | 0.76 | 0 | 0.95 | 0.31 |
| HSL | 107.78º | 0.91% | 0.36% | - |
| HSV(B) | 107.78º | 0.95% | 0.69% | - |
| XYZ | 16.33 | 31.17 | 5.39 | - |
| YUV | 116.2 | 66.94 | 75.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 175 | 8 | 0.76 | 0 | 0.95 | 0.31 | 107.78 | 0.91 | 0.36 |
| Hex | 2A | AF | 8 | 4C | 0 | 5F | 1F | 6C | 5B | 24 |
| Octal | 52 | 257 | 10 | 114 | 0 | 137 | 37 | 154 | 133 | 44 |
| Binary | 101010 | 10101111 | 1000 | 1001100 | 0 | 1011111 | 11111 | 1101100 | 1011011 | 100100 |
Color Harmonies of #2AAF08
Complementary color
Monochromatic Colors of #2AAF08
Black with #2AAF08
Text Example
Text Example
White with #2AAF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAF08; }
p { color: rgb(42,175,8); }
H1.HeaderClassName
{
color: #2AAF08;
}
.AnyTagClassName
{
color: #2AAF08;
}
</style>
background-color css
<style>
a { background-color: #2AAF08; }
a { background-color: rgb(42,175,8); }
div.DivClassName
{
background-color: #2AAF08;
}
.BgClassName
{
background-color: #2AAF08;
}
</style>
border-color css
<style>
span { border-color: #2AAF08; }
span { border-color: rgb(42,175,8); }
td.TdClassName
{
border-color: #2AAF08;
}
.TagClassName
{
border-color: #2AAF08;
}
</style>