Shades of Kelly Green #44A928
Tints of Kelly Green #44A928
RGB
CMYK
RGB Variations
Color information
#44A928 (or 0x44A928) is known color: Kelly Green. HEX triplet: 44, A9 and 28. RGB value is (68,169,40). Sum of RGB (Red+Green+Blue) = 68+169+40=277 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.55% from 277); Green value is 169 (66.41% from 255 or 61.01% from 277); Blue value is 40 (16.02% from 255 or 14.44% from 277); Max value from RGB is 169 - color contains mainly: green. Hex color #44A928 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44A928 is #BB56D7. Grayscale: #7C7C7C. Windows color (decimal): -12277464 or 2664772. OLE color: 2664772.
HSL color Cylindrical-coordinate representation of color #44A928: hue angle of 106.98º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #44A928 is Cyan = 0.60, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 68 | 169 | 40 | - |
| CMYK | 0.60 | 0 | 0.76 | 0.34 |
| HSL | 106.98º | 0.62% | 0.41% | - |
| HSV(B) | 106.98º | 0.76% | 0.66% | - |
| XYZ | 16.95 | 29.76 | 6.86 | - |
| YUV | 124.1 | 80.54 | 87.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 169 | 40 | 0.60 | 0 | 0.76 | 0.34 | 106.98 | 0.62 | 0.41 |
| Hex | 44 | A9 | 28 | 3C | 0 | 4C | 22 | 6B | 3E | 29 |
| Octal | 104 | 251 | 50 | 74 | 0 | 114 | 42 | 153 | 76 | 51 |
| Binary | 1000100 | 10101001 | 101000 | 111100 | 0 | 1001100 | 100010 | 1101011 | 111110 | 101001 |
Color Harmonies of #44A928
Complementary color
Monochromatic Colors of #44A928
Black with #44A928
Text Example
Text Example
White with #44A928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44A928; }
p { color: rgb(68,169,40); }
H1.HeaderClassName
{
color: #44A928;
}
.AnyTagClassName
{
color: #44A928;
}
</style>
background-color css
<style>
a { background-color: #44A928; }
a { background-color: rgb(68,169,40); }
div.DivClassName
{
background-color: #44A928;
}
.BgClassName
{
background-color: #44A928;
}
</style>
border-color css
<style>
span { border-color: #44A928; }
span { border-color: rgb(68,169,40); }
td.TdClassName
{
border-color: #44A928;
}
.TagClassName
{
border-color: #44A928;
}
</style>