Shades of Kelly Green #44A112
Tints of Kelly Green #44A112
RGB
CMYK
RGB Variations
Color information
#44A112 (or 0x44A112) is known color: Kelly Green. HEX triplet: 44, A1 and 12. RGB value is (68,161,18). Sum of RGB (Red+Green+Blue) = 68+161+18=247 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.53% from 247); Green value is 161 (63.28% from 255 or 65.18% from 247); Blue value is 18 (7.42% from 255 or 7.29% from 247); Max value from RGB is 161 - color contains mainly: green. Hex color #44A112 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #44A112 is #BB5EED. Grayscale: #757575. Windows color (decimal): -12279534 or 1220932. OLE color: 1220932.
HSL color Cylindrical-coordinate representation of color #44A112: hue angle of 99.02º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #44A112 is Cyan = 0.58, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 68 | 161 | 18 | - |
| CMYK | 0.58 | 0 | 0.89 | 0.37 |
| HSL | 99.02º | 0.8% | 0.35% | - |
| HSV(B) | 99.02º | 0.89% | 0.63% | - |
| XYZ | 15.24 | 26.76 | 4.93 | - |
| YUV | 116.89 | 72.19 | 93.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 161 | 18 | 0.58 | 0 | 0.89 | 0.37 | 99.02 | 0.8 | 0.35 |
| Hex | 44 | A1 | 12 | 3A | 0 | 59 | 25 | 63 | 50 | 23 |
| Octal | 104 | 241 | 22 | 72 | 0 | 131 | 45 | 143 | 120 | 43 |
| Binary | 1000100 | 10100001 | 10010 | 111010 | 0 | 1011001 | 100101 | 1100011 | 1010000 | 100011 |
Color Harmonies of #44A112
Complementary color
Monochromatic Colors of #44A112
Black with #44A112
Text Example
Text Example
White with #44A112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44A112; }
p { color: rgb(68,161,18); }
H1.HeaderClassName
{
color: #44A112;
}
.AnyTagClassName
{
color: #44A112;
}
</style>
background-color css
<style>
a { background-color: #44A112; }
a { background-color: rgb(68,161,18); }
div.DivClassName
{
background-color: #44A112;
}
.BgClassName
{
background-color: #44A112;
}
</style>
border-color css
<style>
span { border-color: #44A112; }
span { border-color: rgb(68,161,18); }
td.TdClassName
{
border-color: #44A112;
}
.TagClassName
{
border-color: #44A112;
}
</style>