Shades of Kelly Green #44AA0D
Tints of Kelly Green #44AA0D
RGB
CMYK
RGB Variations
Color information
#44AA0D (or 0x44AA0D) is known color: Kelly Green. HEX triplet: 44, AA and 0D. RGB value is (68,170,13). Sum of RGB (Red+Green+Blue) = 68+170+13=251 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.09% from 251); Green value is 170 (66.80% from 255 or 67.73% from 251); Blue value is 13 (5.47% from 255 or 5.18% from 251); Max value from RGB is 170 - color contains mainly: green. Hex color #44AA0D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #44AA0D is #BB55F2. Grayscale: #7A7A7A. Windows color (decimal): -12277235 or 895556. OLE color: 895556.
HSL color Cylindrical-coordinate representation of color #44AA0D: hue angle of 98.98º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #44AA0D is Cyan = 0.6, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 170 | 13 | - |
| CMYK | 0.6 | 0 | 0.92 | 0.33 |
| HSL | 98.98º | 0.86% | 0.36% | - |
| HSV(B) | 98.98º | 0.92% | 0.67% | - |
| XYZ | 16.83 | 30.01 | 5.29 | - |
| YUV | 121.6 | 66.71 | 89.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 170 | 13 | 0.6 | 0 | 0.92 | 0.33 | 98.98 | 0.86 | 0.36 |
| Hex | 44 | AA | D | 3C | 0 | 5C | 21 | 63 | 56 | 24 |
| Octal | 104 | 252 | 15 | 74 | 0 | 134 | 41 | 143 | 126 | 44 |
| Binary | 1000100 | 10101010 | 1101 | 111100 | 0 | 1011100 | 100001 | 1100011 | 1010110 | 100100 |
Color Harmonies of #44AA0D
Complementary color
Monochromatic Colors of #44AA0D
Black with #44AA0D
Text Example
Text Example
White with #44AA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44AA0D; }
p { color: rgb(68,170,13); }
H1.HeaderClassName
{
color: #44AA0D;
}
.AnyTagClassName
{
color: #44AA0D;
}
</style>
background-color css
<style>
a { background-color: #44AA0D; }
a { background-color: rgb(68,170,13); }
div.DivClassName
{
background-color: #44AA0D;
}
.BgClassName
{
background-color: #44AA0D;
}
</style>
border-color css
<style>
span { border-color: #44AA0D; }
span { border-color: rgb(68,170,13); }
td.TdClassName
{
border-color: #44AA0D;
}
.TagClassName
{
border-color: #44AA0D;
}
</style>