Shades of Kelly Green #4AB60F
Tints of Kelly Green #4AB60F
RGB
CMYK
RGB Variations
Color information
#4AB60F (or 0x4AB60F) is known color: Kelly Green. HEX triplet: 4A, B6 and 0F. RGB value is (74,182,15). Sum of RGB (Red+Green+Blue) = 74+182+15=271 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.31% from 271); Green value is 182 (71.48% from 255 or 67.16% from 271); Blue value is 15 (6.25% from 255 or 5.54% from 271); Max value from RGB is 182 - color contains mainly: green. Hex color #4AB60F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4AB60F is #B549F0. Grayscale: #838383. Windows color (decimal): -11880945 or 1029706. OLE color: 1029706.
HSL color Cylindrical-coordinate representation of color #4AB60F: hue angle of 98.8º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4AB60F is Cyan = 0.59, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 74 | 182 | 15 | - |
| CMYK | 0.59 | 0 | 0.92 | 0.29 |
| HSL | 98.8º | 0.85% | 0.39% | - |
| HSV(B) | 98.8º | 0.92% | 0.71% | - |
| XYZ | 19.64 | 34.95 | 6.16 | - |
| YUV | 130.67 | 62.72 | 87.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 182 | 15 | 0.59 | 0 | 0.92 | 0.29 | 98.8 | 0.85 | 0.39 |
| Hex | 4A | B6 | F | 3B | 0 | 5C | 1D | 63 | 55 | 27 |
| Octal | 112 | 266 | 17 | 73 | 0 | 134 | 35 | 143 | 125 | 47 |
| Binary | 1001010 | 10110110 | 1111 | 111011 | 0 | 1011100 | 11101 | 1100011 | 1010101 | 100111 |
Color Harmonies of #4AB60F
Complementary color
Monochromatic Colors of #4AB60F
Black with #4AB60F
Text Example
Text Example
White with #4AB60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB60F; }
p { color: rgb(74,182,15); }
H1.HeaderClassName
{
color: #4AB60F;
}
.AnyTagClassName
{
color: #4AB60F;
}
</style>
background-color css
<style>
a { background-color: #4AB60F; }
a { background-color: rgb(74,182,15); }
div.DivClassName
{
background-color: #4AB60F;
}
.BgClassName
{
background-color: #4AB60F;
}
</style>
border-color css
<style>
span { border-color: #4AB60F; }
span { border-color: rgb(74,182,15); }
td.TdClassName
{
border-color: #4AB60F;
}
.TagClassName
{
border-color: #4AB60F;
}
</style>