Shades of Kelly Green #44A005
Tints of Kelly Green #44A005
RGB
CMYK
RGB Variations
Color information
#44A005 (or 0x44A005) is known color: Kelly Green. HEX triplet: 44, A0 and 05. RGB value is (68,160,5). Sum of RGB (Red+Green+Blue) = 68+160+5=233 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.18% from 233); Green value is 160 (62.89% from 255 or 68.67% from 233); Blue value is 5 (2.34% from 255 or 2.15% from 233); Max value from RGB is 160 - color contains mainly: green. Hex color #44A005 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #44A005 is #BB5FFA. Grayscale: #737373. Windows color (decimal): -12279803 or 368708. OLE color: 368708.
HSL color Cylindrical-coordinate representation of color #44A005: hue angle of 95.61º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #44A005 is Cyan = 0.57, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 68 | 160 | 5 | - |
| CMYK | 0.57 | 0 | 0.97 | 0.37 |
| HSL | 95.61º | 0.94% | 0.32% | - |
| HSV(B) | 95.61º | 0.97% | 0.63% | - |
| XYZ | 14.98 | 26.38 | 4.45 | - |
| YUV | 114.82 | 66.02 | 94.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 160 | 5 | 0.57 | 0 | 0.97 | 0.37 | 95.61 | 0.94 | 0.32 |
| Hex | 44 | A0 | 5 | 39 | 0 | 61 | 25 | 60 | 5E | 20 |
| Octal | 104 | 240 | 5 | 71 | 0 | 141 | 45 | 140 | 136 | 40 |
| Binary | 1000100 | 10100000 | 101 | 111001 | 0 | 1100001 | 100101 | 1100000 | 1011110 | 100000 |
Color Harmonies of #44A005
Complementary color
Monochromatic Colors of #44A005
Black with #44A005
Text Example
Text Example
White with #44A005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44A005; }
p { color: rgb(68,160,5); }
H1.HeaderClassName
{
color: #44A005;
}
.AnyTagClassName
{
color: #44A005;
}
</style>
background-color css
<style>
a { background-color: #44A005; }
a { background-color: rgb(68,160,5); }
div.DivClassName
{
background-color: #44A005;
}
.BgClassName
{
background-color: #44A005;
}
</style>
border-color css
<style>
span { border-color: #44A005; }
span { border-color: rgb(68,160,5); }
td.TdClassName
{
border-color: #44A005;
}
.TagClassName
{
border-color: #44A005;
}
</style>