Shades of Kelly Green #4AC12D
Tints of Kelly Green #4AC12D
RGB
CMYK
RGB Variations
Color information
#4AC12D (or 0x4AC12D) is known color: Kelly Green. HEX triplet: 4A, C1 and 2D. RGB value is (74,193,45). Sum of RGB (Red+Green+Blue) = 74+193+45=312 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.72% from 312); Green value is 193 (75.78% from 255 or 61.86% from 312); Blue value is 45 (17.97% from 255 or 14.42% from 312); Max value from RGB is 193 - color contains mainly: green. Hex color #4AC12D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AC12D is #B53ED2. Grayscale: #8D8D8D. Windows color (decimal): -11878099 or 2998602. OLE color: 2998602.
HSL color Cylindrical-coordinate representation of color #4AC12D: hue angle of 108.24º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4AC12D is Cyan = 0.62, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 74 | 193 | 45 | - |
| CMYK | 0.62 | 0 | 0.77 | 0.24 |
| HSL | 108.24º | 0.62% | 0.47% | - |
| HSV(B) | 108.24º | 0.77% | 0.76% | - |
| XYZ | 22.37 | 39.79 | 8.98 | - |
| YUV | 140.55 | 74.08 | 80.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 193 | 45 | 0.62 | 0 | 0.77 | 0.24 | 108.24 | 0.62 | 0.47 |
| Hex | 4A | C1 | 2D | 3E | 0 | 4D | 18 | 6C | 3E | 2F |
| Octal | 112 | 301 | 55 | 76 | 0 | 115 | 30 | 154 | 76 | 57 |
| Binary | 1001010 | 11000001 | 101101 | 111110 | 0 | 1001101 | 11000 | 1101100 | 111110 | 101111 |
Color Harmonies of #4AC12D
Complementary color
Monochromatic Colors of #4AC12D
Black with #4AC12D
Text Example
Text Example
White with #4AC12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC12D; }
p { color: rgb(74,193,45); }
H1.HeaderClassName
{
color: #4AC12D;
}
.AnyTagClassName
{
color: #4AC12D;
}
</style>
background-color css
<style>
a { background-color: #4AC12D; }
a { background-color: rgb(74,193,45); }
div.DivClassName
{
background-color: #4AC12D;
}
.BgClassName
{
background-color: #4AC12D;
}
</style>
border-color css
<style>
span { border-color: #4AC12D; }
span { border-color: rgb(74,193,45); }
td.TdClassName
{
border-color: #4AC12D;
}
.TagClassName
{
border-color: #4AC12D;
}
</style>