Shades of Kelly Green #4ACC0F
Tints of Kelly Green #4ACC0F
RGB
CMYK
RGB Variations
Color information
#4ACC0F (or 0x4ACC0F) is known color: Kelly Green. HEX triplet: 4A, CC and 0F. RGB value is (74,204,15). Sum of RGB (Red+Green+Blue) = 74+204+15=293 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.26% from 293); Green value is 204 (80.08% from 255 or 69.62% from 293); Blue value is 15 (6.25% from 255 or 5.12% from 293); Max value from RGB is 204 - color contains mainly: green. Hex color #4ACC0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4ACC0F is #B533F0. Grayscale: #909090. Windows color (decimal): -11875313 or 1035338. OLE color: 1035338.
HSL color Cylindrical-coordinate representation of color #4ACC0F: hue angle of 101.27º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4ACC0F is Cyan = 0.64, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 74 | 204 | 15 | - |
| CMYK | 0.64 | 0 | 0.93 | 0.2 |
| HSL | 101.27º | 0.86% | 0.43% | - |
| HSV(B) | 101.27º | 0.93% | 0.8% | - |
| XYZ | 24.5 | 44.68 | 7.78 | - |
| YUV | 143.58 | 55.43 | 78.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 204 | 15 | 0.64 | 0 | 0.93 | 0.2 | 101.27 | 0.86 | 0.43 |
| Hex | 4A | CC | F | 40 | 0 | 5D | 14 | 65 | 56 | 2B |
| Octal | 112 | 314 | 17 | 100 | 0 | 135 | 24 | 145 | 126 | 53 |
| Binary | 1001010 | 11001100 | 1111 | 1000000 | 0 | 1011101 | 10100 | 1100101 | 1010110 | 101011 |
Color Harmonies of #4ACC0F
Complementary color
Monochromatic Colors of #4ACC0F
Black with #4ACC0F
Text Example
Text Example
White with #4ACC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACC0F; }
p { color: rgb(74,204,15); }
H1.HeaderClassName
{
color: #4ACC0F;
}
.AnyTagClassName
{
color: #4ACC0F;
}
</style>
background-color css
<style>
a { background-color: #4ACC0F; }
a { background-color: rgb(74,204,15); }
div.DivClassName
{
background-color: #4ACC0F;
}
.BgClassName
{
background-color: #4ACC0F;
}
</style>
border-color css
<style>
span { border-color: #4ACC0F; }
span { border-color: rgb(74,204,15); }
td.TdClassName
{
border-color: #4ACC0F;
}
.TagClassName
{
border-color: #4ACC0F;
}
</style>