Shades of Kelly Green #4ADA12
Tints of Kelly Green #4ADA12
RGB
CMYK
RGB Variations
Color information
#4ADA12 (or 0x4ADA12) is known color: Kelly Green. HEX triplet: 4A, DA and 12. RGB value is (74,218,18). Sum of RGB (Red+Green+Blue) = 74+218+18=310 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.87% from 310); Green value is 218 (85.55% from 255 or 70.32% from 310); Blue value is 18 (7.42% from 255 or 5.81% from 310); Max value from RGB is 218 - color contains mainly: green. Hex color #4ADA12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4ADA12 is #B525ED. Grayscale: #989898. Windows color (decimal): -11871726 or 1235530. OLE color: 1235530.
HSL color Cylindrical-coordinate representation of color #4ADA12: hue angle of 103.2º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4ADA12 is Cyan = 0.66, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 74 | 218 | 18 | - |
| CMYK | 0.66 | 0 | 0.92 | 0.15 |
| HSL | 103.2º | 0.85% | 0.46% | - |
| HSV(B) | 103.2º | 0.92% | 0.85% | - |
| XYZ | 28 | 51.64 | 9.06 | - |
| YUV | 152.14 | 52.29 | 72.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 218 | 18 | 0.66 | 0 | 0.92 | 0.15 | 103.2 | 0.85 | 0.46 |
| Hex | 4A | DA | 12 | 42 | 0 | 5C | F | 67 | 55 | 2E |
| Octal | 112 | 332 | 22 | 102 | 0 | 134 | 17 | 147 | 125 | 56 |
| Binary | 1001010 | 11011010 | 10010 | 1000010 | 0 | 1011100 | 1111 | 1100111 | 1010101 | 101110 |
Color Harmonies of #4ADA12
Complementary color
Monochromatic Colors of #4ADA12
Black with #4ADA12
Text Example
Text Example
White with #4ADA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADA12; }
p { color: rgb(74,218,18); }
H1.HeaderClassName
{
color: #4ADA12;
}
.AnyTagClassName
{
color: #4ADA12;
}
</style>
background-color css
<style>
a { background-color: #4ADA12; }
a { background-color: rgb(74,218,18); }
div.DivClassName
{
background-color: #4ADA12;
}
.BgClassName
{
background-color: #4ADA12;
}
</style>
border-color css
<style>
span { border-color: #4ADA12; }
span { border-color: rgb(74,218,18); }
td.TdClassName
{
border-color: #4ADA12;
}
.TagClassName
{
border-color: #4ADA12;
}
</style>