Shades of Kelly Green #4AAF02
Tints of Kelly Green #4AAF02
RGB
CMYK
RGB Variations
Color information
#4AAF02 (or 0x4AAF02) is known color: Kelly Green. HEX triplet: 4A, AF and 02. RGB value is (74,175,2). Sum of RGB (Red+Green+Blue) = 74+175+2=251 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.48% from 251); Green value is 175 (68.75% from 255 or 69.72% from 251); Blue value is 2 (1.17% from 255 or 0.80% from 251); Max value from RGB is 175 - color contains mainly: green. Hex color #4AAF02 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4AAF02 is #B550FD. Grayscale: #7D7D7D. Windows color (decimal): -11882750 or 175946. OLE color: 175946.
HSL color Cylindrical-coordinate representation of color #4AAF02: hue angle of 95.03º degrees, saturation: 0.98, 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 #4AAF02 is Cyan = 0.58, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 74 | 175 | 2 | - |
| CMYK | 0.58 | 0 | 0.99 | 0.31 |
| HSL | 95.03º | 0.98% | 0.35% | - |
| HSV(B) | 95.03º | 0.99% | 0.69% | - |
| XYZ | 18.16 | 32.12 | 5.3 | - |
| YUV | 125.08 | 58.54 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 175 | 2 | 0.58 | 0 | 0.99 | 0.31 | 95.03 | 0.98 | 0.35 |
| Hex | 4A | AF | 2 | 3A | 0 | 63 | 1F | 5F | 62 | 23 |
| Octal | 112 | 257 | 2 | 72 | 0 | 143 | 37 | 137 | 142 | 43 |
| Binary | 1001010 | 10101111 | 10 | 111010 | 0 | 1100011 | 11111 | 1011111 | 1100010 | 100011 |
Color Harmonies of #4AAF02
Complementary color
Monochromatic Colors of #4AAF02
Black with #4AAF02
Text Example
Text Example
White with #4AAF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAF02; }
p { color: rgb(74,175,2); }
H1.HeaderClassName
{
color: #4AAF02;
}
.AnyTagClassName
{
color: #4AAF02;
}
</style>
background-color css
<style>
a { background-color: #4AAF02; }
a { background-color: rgb(74,175,2); }
div.DivClassName
{
background-color: #4AAF02;
}
.BgClassName
{
background-color: #4AAF02;
}
</style>
border-color css
<style>
span { border-color: #4AAF02; }
span { border-color: rgb(74,175,2); }
td.TdClassName
{
border-color: #4AAF02;
}
.TagClassName
{
border-color: #4AAF02;
}
</style>