Shades of Kelly Green #4ABA12
Tints of Kelly Green #4ABA12
RGB
CMYK
RGB Variations
Color information
#4ABA12 (or 0x4ABA12) is known color: Kelly Green. HEX triplet: 4A, BA and 12. RGB value is (74,186,18). Sum of RGB (Red+Green+Blue) = 74+186+18=278 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.62% from 278); Green value is 186 (73.05% from 255 or 66.91% from 278); Blue value is 18 (7.42% from 255 or 6.47% from 278); Max value from RGB is 186 - color contains mainly: green. Hex color #4ABA12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4ABA12 is #B545ED. Grayscale: #858585. Windows color (decimal): -11879918 or 1227338. OLE color: 1227338.
HSL color Cylindrical-coordinate representation of color #4ABA12: hue angle of 100º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4ABA12 is Cyan = 0.60, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 74 | 186 | 18 | - |
| CMYK | 0.60 | 0 | 0.90 | 0.27 |
| HSL | 100º | 0.82% | 0.4% | - |
| HSV(B) | 100º | 0.9% | 0.73% | - |
| XYZ | 20.49 | 36.62 | 6.56 | - |
| YUV | 133.36 | 62.89 | 85.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 186 | 18 | 0.60 | 0 | 0.90 | 0.27 | 100 | 0.82 | 0.4 |
| Hex | 4A | BA | 12 | 3C | 0 | 5A | 1B | 64 | 52 | 28 |
| Octal | 112 | 272 | 22 | 74 | 0 | 132 | 33 | 144 | 122 | 50 |
| Binary | 1001010 | 10111010 | 10010 | 111100 | 0 | 1011010 | 11011 | 1100100 | 1010010 | 101000 |
Color Harmonies of #4ABA12
Complementary color
Monochromatic Colors of #4ABA12
Black with #4ABA12
Text Example
Text Example
White with #4ABA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABA12; }
p { color: rgb(74,186,18); }
H1.HeaderClassName
{
color: #4ABA12;
}
.AnyTagClassName
{
color: #4ABA12;
}
</style>
background-color css
<style>
a { background-color: #4ABA12; }
a { background-color: rgb(74,186,18); }
div.DivClassName
{
background-color: #4ABA12;
}
.BgClassName
{
background-color: #4ABA12;
}
</style>
border-color css
<style>
span { border-color: #4ABA12; }
span { border-color: rgb(74,186,18); }
td.TdClassName
{
border-color: #4ABA12;
}
.TagClassName
{
border-color: #4ABA12;
}
</style>