Shades of Kelly Green #44AE0C
Tints of Kelly Green #44AE0C
RGB
CMYK
RGB Variations
Color information
#44AE0C (or 0x44AE0C) is known color: Kelly Green. HEX triplet: 44, AE and 0C. RGB value is (68,174,12). Sum of RGB (Red+Green+Blue) = 68+174+12=254 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.77% from 254); Green value is 174 (68.36% from 255 or 68.50% from 254); Blue value is 12 (5.08% from 255 or 4.72% from 254); Max value from RGB is 174 - color contains mainly: green. Hex color #44AE0C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #44AE0C is #BB51F3. Grayscale: #7C7C7C. Windows color (decimal): -12276212 or 831044. OLE color: 831044.
HSL color Cylindrical-coordinate representation of color #44AE0C: hue angle of 99.26º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #44AE0C is Cyan = 0.61, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 68 | 174 | 12 | - |
| CMYK | 0.61 | 0 | 0.93 | 0.32 |
| HSL | 99.26º | 0.87% | 0.36% | - |
| HSV(B) | 99.26º | 0.93% | 0.68% | - |
| XYZ | 17.59 | 31.53 | 5.51 | - |
| YUV | 123.84 | 64.88 | 88.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 174 | 12 | 0.61 | 0 | 0.93 | 0.32 | 99.26 | 0.87 | 0.36 |
| Hex | 44 | AE | C | 3D | 0 | 5D | 20 | 63 | 57 | 24 |
| Octal | 104 | 256 | 14 | 75 | 0 | 135 | 40 | 143 | 127 | 44 |
| Binary | 1000100 | 10101110 | 1100 | 111101 | 0 | 1011101 | 100000 | 1100011 | 1010111 | 100100 |
Color Harmonies of #44AE0C
Complementary color
Monochromatic Colors of #44AE0C
Black with #44AE0C
Text Example
Text Example
White with #44AE0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44AE0C; }
p { color: rgb(68,174,12); }
H1.HeaderClassName
{
color: #44AE0C;
}
.AnyTagClassName
{
color: #44AE0C;
}
</style>
background-color css
<style>
a { background-color: #44AE0C; }
a { background-color: rgb(68,174,12); }
div.DivClassName
{
background-color: #44AE0C;
}
.BgClassName
{
background-color: #44AE0C;
}
</style>
border-color css
<style>
span { border-color: #44AE0C; }
span { border-color: rgb(68,174,12); }
td.TdClassName
{
border-color: #44AE0C;
}
.TagClassName
{
border-color: #44AE0C;
}
</style>