Shades of Kelly Green #44A912
Tints of Kelly Green #44A912
RGB
CMYK
RGB Variations
Color information
#44A912 (or 0x44A912) is known color: Kelly Green. HEX triplet: 44, A9 and 12. RGB value is (68,169,18). Sum of RGB (Red+Green+Blue) = 68+169+18=255 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.67% from 255); Green value is 169 (66.41% from 255 or 66.27% from 255); Blue value is 18 (7.42% from 255 or 7.06% from 255); Max value from RGB is 169 - color contains mainly: green. Hex color #44A912 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #44A912 is #BB56ED. Grayscale: #7A7A7A. Windows color (decimal): -12277486 or 1222980. OLE color: 1222980.
HSL color Cylindrical-coordinate representation of color #44A912: hue angle of 100.13º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #44A912 is Cyan = 0.60, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 68 | 169 | 18 | - |
| CMYK | 0.60 | 0 | 0.89 | 0.34 |
| HSL | 100.13º | 0.81% | 0.37% | - |
| HSV(B) | 100.13º | 0.89% | 0.66% | - |
| XYZ | 16.68 | 29.65 | 5.42 | - |
| YUV | 121.59 | 69.54 | 89.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 169 | 18 | 0.60 | 0 | 0.89 | 0.34 | 100.13 | 0.81 | 0.37 |
| Hex | 44 | A9 | 12 | 3C | 0 | 59 | 22 | 64 | 51 | 25 |
| Octal | 104 | 251 | 22 | 74 | 0 | 131 | 42 | 144 | 121 | 45 |
| Binary | 1000100 | 10101001 | 10010 | 111100 | 0 | 1011001 | 100010 | 1100100 | 1010001 | 100101 |
Color Harmonies of #44A912
Complementary color
Monochromatic Colors of #44A912
Black with #44A912
Text Example
Text Example
White with #44A912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44A912; }
p { color: rgb(68,169,18); }
H1.HeaderClassName
{
color: #44A912;
}
.AnyTagClassName
{
color: #44A912;
}
</style>
background-color css
<style>
a { background-color: #44A912; }
a { background-color: rgb(68,169,18); }
div.DivClassName
{
background-color: #44A912;
}
.BgClassName
{
background-color: #44A912;
}
</style>
border-color css
<style>
span { border-color: #44A912; }
span { border-color: rgb(68,169,18); }
td.TdClassName
{
border-color: #44A912;
}
.TagClassName
{
border-color: #44A912;
}
</style>