Shades of Kelly Green #4AC32A
Tints of Kelly Green #4AC32A
RGB
CMYK
RGB Variations
Color information
#4AC32A (or 0x4AC32A) is known color: Kelly Green. HEX triplet: 4A, C3 and 2A. RGB value is (74,195,42). Sum of RGB (Red+Green+Blue) = 74+195+42=311 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.79% from 311); Green value is 195 (76.56% from 255 or 62.70% from 311); Blue value is 42 (16.80% from 255 or 13.50% from 311); Max value from RGB is 195 - color contains mainly: green. Hex color #4AC32A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AC32A is #B53CD5. Grayscale: #8D8D8D. Windows color (decimal): -11877590 or 2802506. OLE color: 2802506.
HSL color Cylindrical-coordinate representation of color #4AC32A: hue angle of 107.45º degrees, saturation: 0.65, 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 #4AC32A is Cyan = 0.62, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 74 | 195 | 42 | - |
| CMYK | 0.62 | 0 | 0.78 | 0.24 |
| HSL | 107.45º | 0.65% | 0.46% | - |
| HSV(B) | 107.45º | 0.78% | 0.76% | - |
| XYZ | 22.76 | 40.65 | 8.84 | - |
| YUV | 141.38 | 71.91 | 79.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 195 | 42 | 0.62 | 0 | 0.78 | 0.24 | 107.45 | 0.65 | 0.46 |
| Hex | 4A | C3 | 2A | 3E | 0 | 4E | 18 | 6B | 41 | 2E |
| Octal | 112 | 303 | 52 | 76 | 0 | 116 | 30 | 153 | 101 | 56 |
| Binary | 1001010 | 11000011 | 101010 | 111110 | 0 | 1001110 | 11000 | 1101011 | 1000001 | 101110 |
Color Harmonies of #4AC32A
Complementary color
Monochromatic Colors of #4AC32A
Black with #4AC32A
Text Example
Text Example
White with #4AC32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC32A; }
p { color: rgb(74,195,42); }
H1.HeaderClassName
{
color: #4AC32A;
}
.AnyTagClassName
{
color: #4AC32A;
}
</style>
background-color css
<style>
a { background-color: #4AC32A; }
a { background-color: rgb(74,195,42); }
div.DivClassName
{
background-color: #4AC32A;
}
.BgClassName
{
background-color: #4AC32A;
}
</style>
border-color css
<style>
span { border-color: #4AC32A; }
span { border-color: rgb(74,195,42); }
td.TdClassName
{
border-color: #4AC32A;
}
.TagClassName
{
border-color: #4AC32A;
}
</style>