Shades of Kelly Green #44AA0B
Tints of Kelly Green #44AA0B
RGB
CMYK
RGB Variations
Color information
#44AA0B (or 0x44AA0B) is known color: Kelly Green. HEX triplet: 44, AA and 0B. RGB value is (68,170,11). Sum of RGB (Red+Green+Blue) = 68+170+11=249 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.31% from 249); Green value is 170 (66.80% from 255 or 68.27% from 249); Blue value is 11 (4.69% from 255 or 4.42% from 249); Max value from RGB is 170 - color contains mainly: green. Hex color #44AA0B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #44AA0B is #BB55F4. Grayscale: #797979. Windows color (decimal): -12277237 or 764484. OLE color: 764484.
HSL color Cylindrical-coordinate representation of color #44AA0B: hue angle of 98.49º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #44AA0B is Cyan = 0.6, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 170 | 11 | - |
| CMYK | 0.6 | 0 | 0.94 | 0.33 |
| HSL | 98.49º | 0.88% | 0.35% | - |
| HSV(B) | 98.49º | 0.94% | 0.67% | - |
| XYZ | 16.82 | 30 | 5.22 | - |
| YUV | 121.38 | 65.71 | 89.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 170 | 11 | 0.6 | 0 | 0.94 | 0.33 | 98.49 | 0.88 | 0.35 |
| Hex | 44 | AA | B | 3C | 0 | 5E | 21 | 62 | 58 | 23 |
| Octal | 104 | 252 | 13 | 74 | 0 | 136 | 41 | 142 | 130 | 43 |
| Binary | 1000100 | 10101010 | 1011 | 111100 | 0 | 1011110 | 100001 | 1100010 | 1011000 | 100011 |
Color Harmonies of #44AA0B
Complementary color
Monochromatic Colors of #44AA0B
Black with #44AA0B
Text Example
Text Example
White with #44AA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44AA0B; }
p { color: rgb(68,170,11); }
H1.HeaderClassName
{
color: #44AA0B;
}
.AnyTagClassName
{
color: #44AA0B;
}
</style>
background-color css
<style>
a { background-color: #44AA0B; }
a { background-color: rgb(68,170,11); }
div.DivClassName
{
background-color: #44AA0B;
}
.BgClassName
{
background-color: #44AA0B;
}
</style>
border-color css
<style>
span { border-color: #44AA0B; }
span { border-color: rgb(68,170,11); }
td.TdClassName
{
border-color: #44AA0B;
}
.TagClassName
{
border-color: #44AA0B;
}
</style>