Shades of Kelly Green #4AB20D
Tints of Kelly Green #4AB20D
RGB
CMYK
RGB Variations
Color information
#4AB20D (or 0x4AB20D) is known color: Kelly Green. HEX triplet: 4A, B2 and 0D. RGB value is (74,178,13). Sum of RGB (Red+Green+Blue) = 74+178+13=265 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.92% from 265); Green value is 178 (69.92% from 255 or 67.17% from 265); Blue value is 13 (5.47% from 255 or 4.91% from 265); Max value from RGB is 178 - color contains mainly: green. Hex color #4AB20D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4AB20D is #B54DF2. Grayscale: #808080. Windows color (decimal): -11881971 or 897610. OLE color: 897610.
HSL color Cylindrical-coordinate representation of color #4AB20D: hue angle of 97.82º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4AB20D is Cyan = 0.58, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 74 | 178 | 13 | - |
| CMYK | 0.58 | 0 | 0.93 | 0.30 |
| HSL | 97.82º | 0.86% | 0.37% | - |
| HSV(B) | 97.82º | 0.93% | 0.7% | - |
| XYZ | 18.82 | 33.33 | 5.82 | - |
| YUV | 128.09 | 63.04 | 89.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 178 | 13 | 0.58 | 0 | 0.93 | 0.30 | 97.82 | 0.86 | 0.37 |
| Hex | 4A | B2 | D | 3A | 0 | 5D | 1E | 62 | 56 | 25 |
| Octal | 112 | 262 | 15 | 72 | 0 | 135 | 36 | 142 | 126 | 45 |
| Binary | 1001010 | 10110010 | 1101 | 111010 | 0 | 1011101 | 11110 | 1100010 | 1010110 | 100101 |
Color Harmonies of #4AB20D
Complementary color
Monochromatic Colors of #4AB20D
Black with #4AB20D
Text Example
Text Example
White with #4AB20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB20D; }
p { color: rgb(74,178,13); }
H1.HeaderClassName
{
color: #4AB20D;
}
.AnyTagClassName
{
color: #4AB20D;
}
</style>
background-color css
<style>
a { background-color: #4AB20D; }
a { background-color: rgb(74,178,13); }
div.DivClassName
{
background-color: #4AB20D;
}
.BgClassName
{
background-color: #4AB20D;
}
</style>
border-color css
<style>
span { border-color: #4AB20D; }
span { border-color: rgb(74,178,13); }
td.TdClassName
{
border-color: #4AB20D;
}
.TagClassName
{
border-color: #4AB20D;
}
</style>