Shades of Kelly Green #44AE12
Tints of Kelly Green #44AE12
RGB
CMYK
RGB Variations
Color information
#44AE12 (or 0x44AE12) is known color: Kelly Green. HEX triplet: 44, AE and 12. RGB value is (68,174,18). Sum of RGB (Red+Green+Blue) = 68+174+18=260 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.15% from 260); Green value is 174 (68.36% from 255 or 66.92% from 260); Blue value is 18 (7.42% from 255 or 6.92% from 260); Max value from RGB is 174 - color contains mainly: green. Hex color #44AE12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #44AE12 is #BB51ED. Grayscale: #7D7D7D. Windows color (decimal): -12276206 or 1224260. OLE color: 1224260.
HSL color Cylindrical-coordinate representation of color #44AE12: hue angle of 100.77º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #44AE12 is Cyan = 0.61, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 68 | 174 | 18 | - |
| CMYK | 0.61 | 0 | 0.90 | 0.32 |
| HSL | 100.77º | 0.81% | 0.38% | - |
| HSV(B) | 100.77º | 0.9% | 0.68% | - |
| XYZ | 17.63 | 31.54 | 5.73 | - |
| YUV | 124.52 | 67.88 | 87.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 174 | 18 | 0.61 | 0 | 0.90 | 0.32 | 100.77 | 0.81 | 0.38 |
| Hex | 44 | AE | 12 | 3D | 0 | 5A | 20 | 65 | 51 | 26 |
| Octal | 104 | 256 | 22 | 75 | 0 | 132 | 40 | 145 | 121 | 46 |
| Binary | 1000100 | 10101110 | 10010 | 111101 | 0 | 1011010 | 100000 | 1100101 | 1010001 | 100110 |
Color Harmonies of #44AE12
Complementary color
Monochromatic Colors of #44AE12
Black with #44AE12
Text Example
Text Example
White with #44AE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44AE12; }
p { color: rgb(68,174,18); }
H1.HeaderClassName
{
color: #44AE12;
}
.AnyTagClassName
{
color: #44AE12;
}
</style>
background-color css
<style>
a { background-color: #44AE12; }
a { background-color: rgb(68,174,18); }
div.DivClassName
{
background-color: #44AE12;
}
.BgClassName
{
background-color: #44AE12;
}
</style>
border-color css
<style>
span { border-color: #44AE12; }
span { border-color: rgb(68,174,18); }
td.TdClassName
{
border-color: #44AE12;
}
.TagClassName
{
border-color: #44AE12;
}
</style>