Shades of Kelly Green #4AC31A
Tints of Kelly Green #4AC31A
RGB
CMYK
RGB Variations
Color information
#4AC31A (or 0x4AC31A) is known color: Kelly Green. HEX triplet: 4A, C3 and 1A. RGB value is (74,195,26). Sum of RGB (Red+Green+Blue) = 74+195+26=295 (39% of max value = 765). Red value is 74 (29.30% from 255 or 25.08% from 295); Green value is 195 (76.56% from 255 or 66.10% from 295); Blue value is 26 (10.55% from 255 or 8.81% from 295); Max value from RGB is 195 - color contains mainly: green. Hex color #4AC31A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AC31A is #B53CE5. Grayscale: #8C8C8C. Windows color (decimal): -11877606 or 1753930. OLE color: 1753930.
HSL color Cylindrical-coordinate representation of color #4AC31A: hue angle of 102.96º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4AC31A is Cyan = 0.62, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 74 | 195 | 26 | - |
| CMYK | 0.62 | 0 | 0.87 | 0.24 |
| HSL | 102.96º | 0.76% | 0.43% | - |
| HSV(B) | 102.96º | 0.87% | 0.76% | - |
| XYZ | 22.53 | 40.56 | 7.62 | - |
| YUV | 139.56 | 63.91 | 81.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 195 | 26 | 0.62 | 0 | 0.87 | 0.24 | 102.96 | 0.76 | 0.43 |
| Hex | 4A | C3 | 1A | 3E | 0 | 57 | 18 | 67 | 4C | 2B |
| Octal | 112 | 303 | 32 | 76 | 0 | 127 | 30 | 147 | 114 | 53 |
| Binary | 1001010 | 11000011 | 11010 | 111110 | 0 | 1010111 | 11000 | 1100111 | 1001100 | 101011 |
Color Harmonies of #4AC31A
Complementary color
Monochromatic Colors of #4AC31A
Black with #4AC31A
Text Example
Text Example
White with #4AC31A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC31A; }
p { color: rgb(74,195,26); }
H1.HeaderClassName
{
color: #4AC31A;
}
.AnyTagClassName
{
color: #4AC31A;
}
</style>
background-color css
<style>
a { background-color: #4AC31A; }
a { background-color: rgb(74,195,26); }
div.DivClassName
{
background-color: #4AC31A;
}
.BgClassName
{
background-color: #4AC31A;
}
</style>
border-color css
<style>
span { border-color: #4AC31A; }
span { border-color: rgb(74,195,26); }
td.TdClassName
{
border-color: #4AC31A;
}
.TagClassName
{
border-color: #4AC31A;
}
</style>