Shades of Kelly Green #4ACB0C
Tints of Kelly Green #4ACB0C
RGB
CMYK
RGB Variations
Color information
#4ACB0C (or 0x4ACB0C) is known color: Kelly Green. HEX triplet: 4A, CB and 0C. RGB value is (74,203,12). Sum of RGB (Red+Green+Blue) = 74+203+12=289 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.61% from 289); Green value is 203 (79.69% from 255 or 70.24% from 289); Blue value is 12 (5.08% from 255 or 4.15% from 289); Max value from RGB is 203 - color contains mainly: green. Hex color #4ACB0C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4ACB0C is #B534F3. Grayscale: #8F8F8F. Windows color (decimal): -11875572 or 838474. OLE color: 838474.
HSL color Cylindrical-coordinate representation of color #4ACB0C: hue angle of 100.52º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4ACB0C is Cyan = 0.64, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 203 | 12 | - |
| CMYK | 0.64 | 0 | 0.94 | 0.20 |
| HSL | 100.52º | 0.89% | 0.42% | - |
| HSV(B) | 100.52º | 0.94% | 0.8% | - |
| XYZ | 24.25 | 44.19 | 7.6 | - |
| YUV | 142.66 | 54.26 | 79.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 203 | 12 | 0.64 | 0 | 0.94 | 0.20 | 100.52 | 0.89 | 0.42 |
| Hex | 4A | CB | C | 40 | 0 | 5E | 14 | 65 | 59 | 2A |
| Octal | 112 | 313 | 14 | 100 | 0 | 136 | 24 | 145 | 131 | 52 |
| Binary | 1001010 | 11001011 | 1100 | 1000000 | 0 | 1011110 | 10100 | 1100101 | 1011001 | 101010 |
Color Harmonies of #4ACB0C
Complementary color
Monochromatic Colors of #4ACB0C
Black with #4ACB0C
Text Example
Text Example
White with #4ACB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACB0C; }
p { color: rgb(74,203,12); }
H1.HeaderClassName
{
color: #4ACB0C;
}
.AnyTagClassName
{
color: #4ACB0C;
}
</style>
background-color css
<style>
a { background-color: #4ACB0C; }
a { background-color: rgb(74,203,12); }
div.DivClassName
{
background-color: #4ACB0C;
}
.BgClassName
{
background-color: #4ACB0C;
}
</style>
border-color css
<style>
span { border-color: #4ACB0C; }
span { border-color: rgb(74,203,12); }
td.TdClassName
{
border-color: #4ACB0C;
}
.TagClassName
{
border-color: #4ACB0C;
}
</style>