Shades of Kelly Green #44A412
Tints of Kelly Green #44A412
RGB
CMYK
RGB Variations
Color information
#44A412 (or 0x44A412) is known color: Kelly Green. HEX triplet: 44, A4 and 12. RGB value is (68,164,18). Sum of RGB (Red+Green+Blue) = 68+164+18=250 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.2% from 250); Green value is 164 (64.45% from 255 or 65.6% from 250); Blue value is 18 (7.42% from 255 or 7.2% from 250); Max value from RGB is 164 - color contains mainly: green. Hex color #44A412 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #44A412 is #BB5BED. Grayscale: #777777. Windows color (decimal): -12278766 or 1221700. OLE color: 1221700.
HSL color Cylindrical-coordinate representation of color #44A412: hue angle of 99.45º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #44A412 is Cyan = 0.59, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 68 | 164 | 18 | - |
| CMYK | 0.59 | 0 | 0.89 | 0.36 |
| HSL | 99.45º | 0.8% | 0.36% | - |
| HSV(B) | 99.45º | 0.89% | 0.64% | - |
| XYZ | 15.77 | 27.82 | 5.11 | - |
| YUV | 118.65 | 71.2 | 91.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 164 | 18 | 0.59 | 0 | 0.89 | 0.36 | 99.45 | 0.8 | 0.36 |
| Hex | 44 | A4 | 12 | 3B | 0 | 59 | 24 | 63 | 50 | 24 |
| Octal | 104 | 244 | 22 | 73 | 0 | 131 | 44 | 143 | 120 | 44 |
| Binary | 1000100 | 10100100 | 10010 | 111011 | 0 | 1011001 | 100100 | 1100011 | 1010000 | 100100 |
Color Harmonies of #44A412
Complementary color
Monochromatic Colors of #44A412
Black with #44A412
Text Example
Text Example
White with #44A412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44A412; }
p { color: rgb(68,164,18); }
H1.HeaderClassName
{
color: #44A412;
}
.AnyTagClassName
{
color: #44A412;
}
</style>
background-color css
<style>
a { background-color: #44A412; }
a { background-color: rgb(68,164,18); }
div.DivClassName
{
background-color: #44A412;
}
.BgClassName
{
background-color: #44A412;
}
</style>
border-color css
<style>
span { border-color: #44A412; }
span { border-color: rgb(68,164,18); }
td.TdClassName
{
border-color: #44A412;
}
.TagClassName
{
border-color: #44A412;
}
</style>