Shades of Kelly Green #44A82C
Tints of Kelly Green #44A82C
RGB
CMYK
RGB Variations
Color information
#44A82C (or 0x44A82C) is known color: Kelly Green. HEX triplet: 44, A8 and 2C. RGB value is (68,168,44). Sum of RGB (Red+Green+Blue) = 68+168+44=280 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.29% from 280); Green value is 168 (66.02% from 255 or 60% from 280); Blue value is 44 (17.58% from 255 or 15.71% from 280); Max value from RGB is 168 - color contains mainly: green. Hex color #44A82C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44A82C is #BB57D3. Grayscale: #7C7C7C. Windows color (decimal): -12277716 or 2926660. OLE color: 2926660.
HSL color Cylindrical-coordinate representation of color #44A82C: hue angle of 108.39º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #44A82C is Cyan = 0.60, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 68 | 168 | 44 | - |
| CMYK | 0.60 | 0 | 0.74 | 0.34 |
| HSL | 108.39º | 0.58% | 0.42% | - |
| HSV(B) | 108.39º | 0.74% | 0.66% | - |
| XYZ | 16.84 | 29.42 | 7.17 | - |
| YUV | 123.96 | 82.87 | 88.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 168 | 44 | 0.60 | 0 | 0.74 | 0.34 | 108.39 | 0.58 | 0.42 |
| Hex | 44 | A8 | 2C | 3C | 0 | 4A | 22 | 6C | 3A | 2A |
| Octal | 104 | 250 | 54 | 74 | 0 | 112 | 42 | 154 | 72 | 52 |
| Binary | 1000100 | 10101000 | 101100 | 111100 | 0 | 1001010 | 100010 | 1101100 | 111010 | 101010 |
Color Harmonies of #44A82C
Complementary color
Monochromatic Colors of #44A82C
Black with #44A82C
Text Example
Text Example
White with #44A82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44A82C; }
p { color: rgb(68,168,44); }
H1.HeaderClassName
{
color: #44A82C;
}
.AnyTagClassName
{
color: #44A82C;
}
</style>
background-color css
<style>
a { background-color: #44A82C; }
a { background-color: rgb(68,168,44); }
div.DivClassName
{
background-color: #44A82C;
}
.BgClassName
{
background-color: #44A82C;
}
</style>
border-color css
<style>
span { border-color: #44A82C; }
span { border-color: rgb(68,168,44); }
td.TdClassName
{
border-color: #44A82C;
}
.TagClassName
{
border-color: #44A82C;
}
</style>