Shades of Kelly Green #4ADA0A
Tints of Kelly Green #4ADA0A
RGB
CMYK
RGB Variations
Color information
#4ADA0A (or 0x4ADA0A) is known color: Kelly Green. HEX triplet: 4A, DA and 0A. RGB value is (74,218,10). Sum of RGB (Red+Green+Blue) = 74+218+10=302 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.50% from 302); Green value is 218 (85.55% from 255 or 72.19% from 302); Blue value is 10 (4.30% from 255 or 3.31% from 302); Max value from RGB is 218 - color contains mainly: green. Hex color #4ADA0A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4ADA0A is #B525F5. Grayscale: #979797. Windows color (decimal): -11871734 or 711242. OLE color: 711242.
HSL color Cylindrical-coordinate representation of color #4ADA0A: hue angle of 101.54º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4ADA0A is Cyan = 0.66, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 74 | 218 | 10 | - |
| CMYK | 0.66 | 0 | 0.95 | 0.15 |
| HSL | 101.54º | 0.91% | 0.45% | - |
| HSV(B) | 101.54º | 0.95% | 0.85% | - |
| XYZ | 27.95 | 51.62 | 8.78 | - |
| YUV | 151.23 | 48.29 | 72.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 218 | 10 | 0.66 | 0 | 0.95 | 0.15 | 101.54 | 0.91 | 0.45 |
| Hex | 4A | DA | A | 42 | 0 | 5F | F | 66 | 5B | 2D |
| Octal | 112 | 332 | 12 | 102 | 0 | 137 | 17 | 146 | 133 | 55 |
| Binary | 1001010 | 11011010 | 1010 | 1000010 | 0 | 1011111 | 1111 | 1100110 | 1011011 | 101101 |
Color Harmonies of #4ADA0A
Complementary color
Monochromatic Colors of #4ADA0A
Black with #4ADA0A
Text Example
Text Example
White with #4ADA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADA0A; }
p { color: rgb(74,218,10); }
H1.HeaderClassName
{
color: #4ADA0A;
}
.AnyTagClassName
{
color: #4ADA0A;
}
</style>
background-color css
<style>
a { background-color: #4ADA0A; }
a { background-color: rgb(74,218,10); }
div.DivClassName
{
background-color: #4ADA0A;
}
.BgClassName
{
background-color: #4ADA0A;
}
</style>
border-color css
<style>
span { border-color: #4ADA0A; }
span { border-color: rgb(74,218,10); }
td.TdClassName
{
border-color: #4ADA0A;
}
.TagClassName
{
border-color: #4ADA0A;
}
</style>