Shades of Kelly Green #4AB614
Tints of Kelly Green #4AB614
RGB
CMYK
RGB Variations
Color information
#4AB614 (or 0x4AB614) is known color: Kelly Green. HEX triplet: 4A, B6 and 14. RGB value is (74,182,20). Sum of RGB (Red+Green+Blue) = 74+182+20=276 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.81% from 276); Green value is 182 (71.48% from 255 or 65.94% from 276); Blue value is 20 (8.20% from 255 or 7.25% from 276); Max value from RGB is 182 - color contains mainly: green. Hex color #4AB614 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4AB614 is #B549EB. Grayscale: #838383. Windows color (decimal): -11880940 or 1357386. OLE color: 1357386.
HSL color Cylindrical-coordinate representation of color #4AB614: hue angle of 100º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4AB614 is Cyan = 0.59, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 74 | 182 | 20 | - |
| CMYK | 0.59 | 0 | 0.89 | 0.29 |
| HSL | 100º | 0.8% | 0.4% | - |
| HSV(B) | 100º | 0.89% | 0.71% | - |
| XYZ | 19.68 | 34.96 | 6.37 | - |
| YUV | 131.24 | 65.22 | 87.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 182 | 20 | 0.59 | 0 | 0.89 | 0.29 | 100 | 0.8 | 0.4 |
| Hex | 4A | B6 | 14 | 3B | 0 | 59 | 1D | 64 | 50 | 28 |
| Octal | 112 | 266 | 24 | 73 | 0 | 131 | 35 | 144 | 120 | 50 |
| Binary | 1001010 | 10110110 | 10100 | 111011 | 0 | 1011001 | 11101 | 1100100 | 1010000 | 101000 |
Color Harmonies of #4AB614
Complementary color
Monochromatic Colors of #4AB614
Black with #4AB614
Text Example
Text Example
White with #4AB614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB614; }
p { color: rgb(74,182,20); }
H1.HeaderClassName
{
color: #4AB614;
}
.AnyTagClassName
{
color: #4AB614;
}
</style>
background-color css
<style>
a { background-color: #4AB614; }
a { background-color: rgb(74,182,20); }
div.DivClassName
{
background-color: #4AB614;
}
.BgClassName
{
background-color: #4AB614;
}
</style>
border-color css
<style>
span { border-color: #4AB614; }
span { border-color: rgb(74,182,20); }
td.TdClassName
{
border-color: #4AB614;
}
.TagClassName
{
border-color: #4AB614;
}
</style>