Shades of Kelly Green #55AA26
Tints of Kelly Green #55AA26
RGB
CMYK
RGB Variations
Color information
#55AA26 (or 0x55AA26) is known color: Kelly Green. HEX triplet: 55, AA and 26. RGB value is (85,170,38). Sum of RGB (Red+Green+Blue) = 85+170+38=293 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.01% from 293); Green value is 170 (66.80% from 255 or 58.02% from 293); Blue value is 38 (15.23% from 255 or 12.97% from 293); Max value from RGB is 170 - color contains mainly: green. Hex color #55AA26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55AA26 is #AA55D9. Grayscale: #818181. Windows color (decimal): -11163098 or 2533973. OLE color: 2533973.
HSL color Cylindrical-coordinate representation of color #55AA26: hue angle of 98.64º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #55AA26 is Cyan = 0.50, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 170 | 38 | - |
| CMYK | 0.50 | 0 | 0.78 | 0.33 |
| HSL | 98.64º | 0.63% | 0.41% | - |
| HSV(B) | 98.64º | 0.78% | 0.67% | - |
| XYZ | 18.47 | 30.82 | 6.81 | - |
| YUV | 129.54 | 76.34 | 96.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 170 | 38 | 0.50 | 0 | 0.78 | 0.33 | 98.64 | 0.63 | 0.41 |
| Hex | 55 | AA | 26 | 32 | 0 | 4E | 21 | 63 | 3F | 29 |
| Octal | 125 | 252 | 46 | 62 | 0 | 116 | 41 | 143 | 77 | 51 |
| Binary | 1010101 | 10101010 | 100110 | 110010 | 0 | 1001110 | 100001 | 1100011 | 111111 | 101001 |
Color Harmonies of #55AA26
Complementary color
Monochromatic Colors of #55AA26
Black with #55AA26
Text Example
Text Example
White with #55AA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AA26; }
p { color: rgb(85,170,38); }
H1.HeaderClassName
{
color: #55AA26;
}
.AnyTagClassName
{
color: #55AA26;
}
</style>
background-color css
<style>
a { background-color: #55AA26; }
a { background-color: rgb(85,170,38); }
div.DivClassName
{
background-color: #55AA26;
}
.BgClassName
{
background-color: #55AA26;
}
</style>
border-color css
<style>
span { border-color: #55AA26; }
span { border-color: rgb(85,170,38); }
td.TdClassName
{
border-color: #55AA26;
}
.TagClassName
{
border-color: #55AA26;
}
</style>