Shades of Kelly Green #2AAF01
Tints of Kelly Green #2AAF01
RGB
CMYK
RGB Variations
Color information
#2AAF01 (or 0x2AAF01) is known color: Kelly Green. HEX triplet: 2A, AF and 01. RGB value is (42,175,1). Sum of RGB (Red+Green+Blue) = 42+175+1=218 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.27% from 218); Green value is 175 (68.75% from 255 or 80.28% from 218); Blue value is 1 (0.78% from 255 or 0.46% from 218); Max value from RGB is 175 - color contains mainly: green. Hex color #2AAF01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AAF01 is #D550FE. Grayscale: #737373. Windows color (decimal): -13979903 or 110378. OLE color: 110378.
HSL color Cylindrical-coordinate representation of color #2AAF01: hue angle of 105.86º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2AAF01 is Cyan = 0.76, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 42 | 175 | 1 | - |
| CMYK | 0.76 | 0 | 0.99 | 0.31 |
| HSL | 105.86º | 0.99% | 0.35% | - |
| HSV(B) | 105.86º | 0.99% | 0.69% | - |
| XYZ | 16.29 | 31.15 | 5.18 | - |
| YUV | 115.4 | 63.44 | 75.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 175 | 1 | 0.76 | 0 | 0.99 | 0.31 | 105.86 | 0.99 | 0.35 |
| Hex | 2A | AF | 1 | 4C | 0 | 63 | 1F | 6A | 63 | 23 |
| Octal | 52 | 257 | 1 | 114 | 0 | 143 | 37 | 152 | 143 | 43 |
| Binary | 101010 | 10101111 | 1 | 1001100 | 0 | 1100011 | 11111 | 1101010 | 1100011 | 100011 |
Color Harmonies of #2AAF01
Complementary color
Monochromatic Colors of #2AAF01
Black with #2AAF01
Text Example
Text Example
White with #2AAF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAF01; }
p { color: rgb(42,175,1); }
H1.HeaderClassName
{
color: #2AAF01;
}
.AnyTagClassName
{
color: #2AAF01;
}
</style>
background-color css
<style>
a { background-color: #2AAF01; }
a { background-color: rgb(42,175,1); }
div.DivClassName
{
background-color: #2AAF01;
}
.BgClassName
{
background-color: #2AAF01;
}
</style>
border-color css
<style>
span { border-color: #2AAF01; }
span { border-color: rgb(42,175,1); }
td.TdClassName
{
border-color: #2AAF01;
}
.TagClassName
{
border-color: #2AAF01;
}
</style>