Shades of Kelly Green #4AC412
Tints of Kelly Green #4AC412
RGB
CMYK
RGB Variations
Color information
#4AC412 (or 0x4AC412) is known color: Kelly Green. HEX triplet: 4A, C4 and 12. RGB value is (74,196,18). Sum of RGB (Red+Green+Blue) = 74+196+18=288 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.69% from 288); Green value is 196 (76.95% from 255 or 68.06% from 288); Blue value is 18 (7.42% from 255 or 6.25% from 288); Max value from RGB is 196 - color contains mainly: green. Hex color #4AC412 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4AC412 is #B53BED. Grayscale: #8B8B8B. Windows color (decimal): -11877358 or 1229898. OLE color: 1229898.
HSL color Cylindrical-coordinate representation of color #4AC412: hue angle of 101.12º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4AC412 is Cyan = 0.62, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 74 | 196 | 18 | - |
| CMYK | 0.62 | 0 | 0.91 | 0.23 |
| HSL | 101.12º | 0.83% | 0.42% | - |
| HSV(B) | 101.12º | 0.91% | 0.77% | - |
| XYZ | 22.67 | 40.98 | 7.29 | - |
| YUV | 139.23 | 59.58 | 81.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 196 | 18 | 0.62 | 0 | 0.91 | 0.23 | 101.12 | 0.83 | 0.42 |
| Hex | 4A | C4 | 12 | 3E | 0 | 5B | 17 | 65 | 53 | 2A |
| Octal | 112 | 304 | 22 | 76 | 0 | 133 | 27 | 145 | 123 | 52 |
| Binary | 1001010 | 11000100 | 10010 | 111110 | 0 | 1011011 | 10111 | 1100101 | 1010011 | 101010 |
Color Harmonies of #4AC412
Complementary color
Monochromatic Colors of #4AC412
Black with #4AC412
Text Example
Text Example
White with #4AC412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC412; }
p { color: rgb(74,196,18); }
H1.HeaderClassName
{
color: #4AC412;
}
.AnyTagClassName
{
color: #4AC412;
}
</style>
background-color css
<style>
a { background-color: #4AC412; }
a { background-color: rgb(74,196,18); }
div.DivClassName
{
background-color: #4AC412;
}
.BgClassName
{
background-color: #4AC412;
}
</style>
border-color css
<style>
span { border-color: #4AC412; }
span { border-color: rgb(74,196,18); }
td.TdClassName
{
border-color: #4AC412;
}
.TagClassName
{
border-color: #4AC412;
}
</style>