Shades of Kelly Green #55AC23
Tints of Kelly Green #55AC23
RGB
CMYK
RGB Variations
Color information
#55AC23 (or 0x55AC23) is known color: Kelly Green. HEX triplet: 55, AC and 23. RGB value is (85,172,35). Sum of RGB (Red+Green+Blue) = 85+172+35=292 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.11% from 292); Green value is 172 (67.58% from 255 or 58.90% from 292); Blue value is 35 (14.06% from 255 or 11.99% from 292); Max value from RGB is 172 - color contains mainly: green. Hex color #55AC23 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55AC23 is #AA53DC. Grayscale: #828282. Windows color (decimal): -11162589 or 2337877. OLE color: 2337877.
HSL color Cylindrical-coordinate representation of color #55AC23: hue angle of 98.1º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #55AC23 is Cyan = 0.51, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 172 | 35 | - |
| CMYK | 0.51 | 0 | 0.80 | 0.33 |
| HSL | 98.1º | 0.66% | 0.41% | - |
| HSV(B) | 98.1º | 0.8% | 0.67% | - |
| XYZ | 18.8 | 31.56 | 6.69 | - |
| YUV | 130.37 | 74.18 | 95.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 172 | 35 | 0.51 | 0 | 0.80 | 0.33 | 98.1 | 0.66 | 0.41 |
| Hex | 55 | AC | 23 | 33 | 0 | 50 | 21 | 62 | 42 | 29 |
| Octal | 125 | 254 | 43 | 63 | 0 | 120 | 41 | 142 | 102 | 51 |
| Binary | 1010101 | 10101100 | 100011 | 110011 | 0 | 1010000 | 100001 | 1100010 | 1000010 | 101001 |
Color Harmonies of #55AC23
Complementary color
Monochromatic Colors of #55AC23
Black with #55AC23
Text Example
Text Example
White with #55AC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AC23; }
p { color: rgb(85,172,35); }
H1.HeaderClassName
{
color: #55AC23;
}
.AnyTagClassName
{
color: #55AC23;
}
</style>
background-color css
<style>
a { background-color: #55AC23; }
a { background-color: rgb(85,172,35); }
div.DivClassName
{
background-color: #55AC23;
}
.BgClassName
{
background-color: #55AC23;
}
</style>
border-color css
<style>
span { border-color: #55AC23; }
span { border-color: rgb(85,172,35); }
td.TdClassName
{
border-color: #55AC23;
}
.TagClassName
{
border-color: #55AC23;
}
</style>