Shades of Kelly Green #44AC10
Tints of Kelly Green #44AC10
RGB
CMYK
RGB Variations
Color information
#44AC10 (or 0x44AC10) is known color: Kelly Green. HEX triplet: 44, AC and 10. RGB value is (68,172,16). Sum of RGB (Red+Green+Blue) = 68+172+16=256 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.56% from 256); Green value is 172 (67.58% from 255 or 67.19% from 256); Blue value is 16 (6.64% from 255 or 6.25% from 256); Max value from RGB is 172 - color contains mainly: green. Hex color #44AC10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #44AC10 is #BB53EF. Grayscale: #7B7B7B. Windows color (decimal): -12276720 or 1092676. OLE color: 1092676.
HSL color Cylindrical-coordinate representation of color #44AC10: hue angle of 100º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #44AC10 is Cyan = 0.60, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 172 | 16 | - |
| CMYK | 0.60 | 0 | 0.91 | 0.33 |
| HSL | 100º | 0.83% | 0.37% | - |
| HSV(B) | 100º | 0.91% | 0.67% | - |
| XYZ | 17.23 | 30.77 | 5.52 | - |
| YUV | 123.12 | 67.54 | 88.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 172 | 16 | 0.60 | 0 | 0.91 | 0.33 | 100 | 0.83 | 0.37 |
| Hex | 44 | AC | 10 | 3C | 0 | 5B | 21 | 64 | 53 | 25 |
| Octal | 104 | 254 | 20 | 74 | 0 | 133 | 41 | 144 | 123 | 45 |
| Binary | 1000100 | 10101100 | 10000 | 111100 | 0 | 1011011 | 100001 | 1100100 | 1010011 | 100101 |
Color Harmonies of #44AC10
Complementary color
Monochromatic Colors of #44AC10
Black with #44AC10
Text Example
Text Example
White with #44AC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44AC10; }
p { color: rgb(68,172,16); }
H1.HeaderClassName
{
color: #44AC10;
}
.AnyTagClassName
{
color: #44AC10;
}
</style>
background-color css
<style>
a { background-color: #44AC10; }
a { background-color: rgb(68,172,16); }
div.DivClassName
{
background-color: #44AC10;
}
.BgClassName
{
background-color: #44AC10;
}
</style>
border-color css
<style>
span { border-color: #44AC10; }
span { border-color: rgb(68,172,16); }
td.TdClassName
{
border-color: #44AC10;
}
.TagClassName
{
border-color: #44AC10;
}
</style>