Shades of Kelly Green #4CAC10
Tints of Kelly Green #4CAC10
RGB
CMYK
RGB Variations
Color information
#4CAC10 (or 0x4CAC10) is known color: Kelly Green. HEX triplet: 4C, AC and 10. RGB value is (76,172,16). Sum of RGB (Red+Green+Blue) = 76+172+16=264 (34% of max value = 765). Red value is 76 (30.08% from 255 or 28.79% from 264); Green value is 172 (67.58% from 255 or 65.15% from 264); Blue value is 16 (6.64% from 255 or 6.06% from 264); Max value from RGB is 172 - color contains mainly: green. Hex color #4CAC10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4CAC10 is #B353EF. Grayscale: #7E7E7E. Windows color (decimal): -11752432 or 1092684. OLE color: 1092684.
HSL color Cylindrical-coordinate representation of color #4CAC10: hue angle of 96.92º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4CAC10 is Cyan = 0.56, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 76 | 172 | 16 | - |
| CMYK | 0.56 | 0 | 0.91 | 0.33 |
| HSL | 96.92º | 0.83% | 0.37% | - |
| HSV(B) | 96.92º | 0.91% | 0.67% | - |
| XYZ | 17.83 | 31.08 | 5.55 | - |
| YUV | 125.51 | 66.2 | 92.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 172 | 16 | 0.56 | 0 | 0.91 | 0.33 | 96.92 | 0.83 | 0.37 |
| Hex | 4C | AC | 10 | 38 | 0 | 5B | 21 | 61 | 53 | 25 |
| Octal | 114 | 254 | 20 | 70 | 0 | 133 | 41 | 141 | 123 | 45 |
| Binary | 1001100 | 10101100 | 10000 | 111000 | 0 | 1011011 | 100001 | 1100001 | 1010011 | 100101 |
Color Harmonies of #4CAC10
Complementary color
Monochromatic Colors of #4CAC10
Black with #4CAC10
Text Example
Text Example
White with #4CAC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CAC10; }
p { color: rgb(76,172,16); }
H1.HeaderClassName
{
color: #4CAC10;
}
.AnyTagClassName
{
color: #4CAC10;
}
</style>
background-color css
<style>
a { background-color: #4CAC10; }
a { background-color: rgb(76,172,16); }
div.DivClassName
{
background-color: #4CAC10;
}
.BgClassName
{
background-color: #4CAC10;
}
</style>
border-color css
<style>
span { border-color: #4CAC10; }
span { border-color: rgb(76,172,16); }
td.TdClassName
{
border-color: #4CAC10;
}
.TagClassName
{
border-color: #4CAC10;
}
</style>