Shades of Kelly Green #44AA01
Tints of Kelly Green #44AA01
RGB
CMYK
RGB Variations
Color information
#44AA01 (or 0x44AA01) is known color: Kelly Green. HEX triplet: 44, AA and 01. RGB value is (68,170,1). Sum of RGB (Red+Green+Blue) = 68+170+1=239 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.45% from 239); Green value is 170 (66.80% from 255 or 71.13% from 239); Blue value is 1 (0.78% from 255 or 0.42% from 239); Max value from RGB is 170 - color contains mainly: green. Hex color #44AA01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #44AA01 is #BB55FE. Grayscale: #787878. Windows color (decimal): -12277247 or 109124. OLE color: 109124.
HSL color Cylindrical-coordinate representation of color #44AA01: hue angle of 96.21º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #44AA01 is Cyan = 0.6, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 170 | 1 | - |
| CMYK | 0.6 | 0 | 0.99 | 0.33 |
| HSL | 96.21º | 0.99% | 0.34% | - |
| HSV(B) | 96.21º | 0.99% | 0.67% | - |
| XYZ | 16.76 | 29.98 | 4.93 | - |
| YUV | 120.24 | 60.71 | 90.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 170 | 1 | 0.6 | 0 | 0.99 | 0.33 | 96.21 | 0.99 | 0.34 |
| Hex | 44 | AA | 1 | 3C | 0 | 63 | 21 | 60 | 63 | 22 |
| Octal | 104 | 252 | 1 | 74 | 0 | 143 | 41 | 140 | 143 | 42 |
| Binary | 1000100 | 10101010 | 1 | 111100 | 0 | 1100011 | 100001 | 1100000 | 1100011 | 100010 |
Color Harmonies of #44AA01
Complementary color
Monochromatic Colors of #44AA01
Black with #44AA01
Text Example
Text Example
White with #44AA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44AA01; }
p { color: rgb(68,170,1); }
H1.HeaderClassName
{
color: #44AA01;
}
.AnyTagClassName
{
color: #44AA01;
}
</style>
background-color css
<style>
a { background-color: #44AA01; }
a { background-color: rgb(68,170,1); }
div.DivClassName
{
background-color: #44AA01;
}
.BgClassName
{
background-color: #44AA01;
}
</style>
border-color css
<style>
span { border-color: #44AA01; }
span { border-color: rgb(68,170,1); }
td.TdClassName
{
border-color: #44AA01;
}
.TagClassName
{
border-color: #44AA01;
}
</style>