Shades of Kelly Green #4AC12B
Tints of Kelly Green #4AC12B
RGB
CMYK
RGB Variations
Color information
#4AC12B (or 0x4AC12B) is known color: Kelly Green. HEX triplet: 4A, C1 and 2B. RGB value is (74,193,43). Sum of RGB (Red+Green+Blue) = 74+193+43=310 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.87% from 310); Green value is 193 (75.78% from 255 or 62.26% from 310); Blue value is 43 (17.19% from 255 or 13.87% from 310); Max value from RGB is 193 - color contains mainly: green. Hex color #4AC12B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AC12B is #B53ED4. Grayscale: #8C8C8C. Windows color (decimal): -11878101 or 2867530. OLE color: 2867530.
HSL color Cylindrical-coordinate representation of color #4AC12B: hue angle of 107.6º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4AC12B is Cyan = 0.62, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 74 | 193 | 43 | - |
| CMYK | 0.62 | 0 | 0.78 | 0.24 |
| HSL | 107.6º | 0.64% | 0.46% | - |
| HSV(B) | 107.6º | 0.78% | 0.76% | - |
| XYZ | 22.33 | 39.77 | 8.79 | - |
| YUV | 140.32 | 73.08 | 80.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 193 | 43 | 0.62 | 0 | 0.78 | 0.24 | 107.6 | 0.64 | 0.46 |
| Hex | 4A | C1 | 2B | 3E | 0 | 4E | 18 | 6C | 40 | 2E |
| Octal | 112 | 301 | 53 | 76 | 0 | 116 | 30 | 154 | 100 | 56 |
| Binary | 1001010 | 11000001 | 101011 | 111110 | 0 | 1001110 | 11000 | 1101100 | 1000000 | 101110 |
Color Harmonies of #4AC12B
Complementary color
Monochromatic Colors of #4AC12B
Black with #4AC12B
Text Example
Text Example
White with #4AC12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC12B; }
p { color: rgb(74,193,43); }
H1.HeaderClassName
{
color: #4AC12B;
}
.AnyTagClassName
{
color: #4AC12B;
}
</style>
background-color css
<style>
a { background-color: #4AC12B; }
a { background-color: rgb(74,193,43); }
div.DivClassName
{
background-color: #4AC12B;
}
.BgClassName
{
background-color: #4AC12B;
}
</style>
border-color css
<style>
span { border-color: #4AC12B; }
span { border-color: rgb(74,193,43); }
td.TdClassName
{
border-color: #4AC12B;
}
.TagClassName
{
border-color: #4AC12B;
}
</style>