Shades of Kelly Green #44A013
Tints of Kelly Green #44A013
RGB
CMYK
RGB Variations
Color information
#44A013 (or 0x44A013) is known color: Kelly Green. HEX triplet: 44, A0 and 13. RGB value is (68,160,19). Sum of RGB (Red+Green+Blue) = 68+160+19=247 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.53% from 247); Green value is 160 (62.89% from 255 or 64.78% from 247); Blue value is 19 (7.81% from 255 or 7.69% from 247); Max value from RGB is 160 - color contains mainly: green. Hex color #44A013 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #44A013 is #BB5FEC. Grayscale: #747474. Windows color (decimal): -12279789 or 1286212. OLE color: 1286212.
HSL color Cylindrical-coordinate representation of color #44A013: hue angle of 99.15º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #44A013 is Cyan = 0.57, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 68 | 160 | 19 | - |
| CMYK | 0.57 | 0 | 0.88 | 0.37 |
| HSL | 99.15º | 0.79% | 0.35% | - |
| HSV(B) | 99.15º | 0.88% | 0.63% | - |
| XYZ | 15.07 | 26.42 | 4.92 | - |
| YUV | 116.42 | 73.02 | 93.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 160 | 19 | 0.57 | 0 | 0.88 | 0.37 | 99.15 | 0.79 | 0.35 |
| Hex | 44 | A0 | 13 | 39 | 0 | 58 | 25 | 63 | 4F | 23 |
| Octal | 104 | 240 | 23 | 71 | 0 | 130 | 45 | 143 | 117 | 43 |
| Binary | 1000100 | 10100000 | 10011 | 111001 | 0 | 1011000 | 100101 | 1100011 | 1001111 | 100011 |
Color Harmonies of #44A013
Complementary color
Monochromatic Colors of #44A013
Black with #44A013
Text Example
Text Example
White with #44A013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44A013; }
p { color: rgb(68,160,19); }
H1.HeaderClassName
{
color: #44A013;
}
.AnyTagClassName
{
color: #44A013;
}
</style>
background-color css
<style>
a { background-color: #44A013; }
a { background-color: rgb(68,160,19); }
div.DivClassName
{
background-color: #44A013;
}
.BgClassName
{
background-color: #44A013;
}
</style>
border-color css
<style>
span { border-color: #44A013; }
span { border-color: rgb(68,160,19); }
td.TdClassName
{
border-color: #44A013;
}
.TagClassName
{
border-color: #44A013;
}
</style>