Shades of Kelly Green #44AD0D
Tints of Kelly Green #44AD0D
RGB
CMYK
RGB Variations
Color information
#44AD0D (or 0x44AD0D) is known color: Kelly Green. HEX triplet: 44, AD and 0D. RGB value is (68,173,13). Sum of RGB (Red+Green+Blue) = 68+173+13=254 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.77% from 254); Green value is 173 (67.97% from 255 or 68.11% from 254); Blue value is 13 (5.47% from 255 or 5.12% from 254); Max value from RGB is 173 - color contains mainly: green. Hex color #44AD0D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #44AD0D is #BB52F2. Grayscale: #7B7B7B. Windows color (decimal): -12276467 or 896324. OLE color: 896324.
HSL color Cylindrical-coordinate representation of color #44AD0D: hue angle of 99.38º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #44AD0D is Cyan = 0.61, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 68 | 173 | 13 | - |
| CMYK | 0.61 | 0 | 0.92 | 0.32 |
| HSL | 99.38º | 0.86% | 0.36% | - |
| HSV(B) | 99.38º | 0.92% | 0.68% | - |
| XYZ | 17.4 | 31.15 | 5.48 | - |
| YUV | 123.37 | 65.71 | 88.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 173 | 13 | 0.61 | 0 | 0.92 | 0.32 | 99.38 | 0.86 | 0.36 |
| Hex | 44 | AD | D | 3D | 0 | 5C | 20 | 63 | 56 | 24 |
| Octal | 104 | 255 | 15 | 75 | 0 | 134 | 40 | 143 | 126 | 44 |
| Binary | 1000100 | 10101101 | 1101 | 111101 | 0 | 1011100 | 100000 | 1100011 | 1010110 | 100100 |
Color Harmonies of #44AD0D
Complementary color
Monochromatic Colors of #44AD0D
Black with #44AD0D
Text Example
Text Example
White with #44AD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44AD0D; }
p { color: rgb(68,173,13); }
H1.HeaderClassName
{
color: #44AD0D;
}
.AnyTagClassName
{
color: #44AD0D;
}
</style>
background-color css
<style>
a { background-color: #44AD0D; }
a { background-color: rgb(68,173,13); }
div.DivClassName
{
background-color: #44AD0D;
}
.BgClassName
{
background-color: #44AD0D;
}
</style>
border-color css
<style>
span { border-color: #44AD0D; }
span { border-color: rgb(68,173,13); }
td.TdClassName
{
border-color: #44AD0D;
}
.TagClassName
{
border-color: #44AD0D;
}
</style>