Shades of Kelly Green #28AC0C
Tints of Kelly Green #28AC0C
RGB
CMYK
RGB Variations
Color information
#28AC0C (or 0x28AC0C) is known color: Kelly Green. HEX triplet: 28, AC and 0C. RGB value is (40,172,12). Sum of RGB (Red+Green+Blue) = 40+172+12=224 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.86% from 224); Green value is 172 (67.58% from 255 or 76.79% from 224); Blue value is 12 (5.08% from 255 or 5.36% from 224); Max value from RGB is 172 - color contains mainly: green. Hex color #28AC0C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #28AC0C is #D753F3. Grayscale: #727272. Windows color (decimal): -14111732 or 830504. OLE color: 830504.
HSL color Cylindrical-coordinate representation of color #28AC0C: hue angle of 109.5º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #28AC0C is Cyan = 0.77, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 172 | 12 | - |
| CMYK | 0.77 | 0 | 0.93 | 0.33 |
| HSL | 109.5º | 0.87% | 0.36% | - |
| HSV(B) | 109.5º | 0.93% | 0.67% | - |
| XYZ | 15.69 | 29.98 | 5.31 | - |
| YUV | 114.29 | 70.27 | 75.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 172 | 12 | 0.77 | 0 | 0.93 | 0.33 | 109.5 | 0.87 | 0.36 |
| Hex | 28 | AC | C | 4D | 0 | 5D | 21 | 6E | 57 | 24 |
| Octal | 50 | 254 | 14 | 115 | 0 | 135 | 41 | 156 | 127 | 44 |
| Binary | 101000 | 10101100 | 1100 | 1001101 | 0 | 1011101 | 100001 | 1101110 | 1010111 | 100100 |
Color Harmonies of #28AC0C
Complementary color
Monochromatic Colors of #28AC0C
Black with #28AC0C
Text Example
Text Example
White with #28AC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AC0C; }
p { color: rgb(40,172,12); }
H1.HeaderClassName
{
color: #28AC0C;
}
.AnyTagClassName
{
color: #28AC0C;
}
</style>
background-color css
<style>
a { background-color: #28AC0C; }
a { background-color: rgb(40,172,12); }
div.DivClassName
{
background-color: #28AC0C;
}
.BgClassName
{
background-color: #28AC0C;
}
</style>
border-color css
<style>
span { border-color: #28AC0C; }
span { border-color: rgb(40,172,12); }
td.TdClassName
{
border-color: #28AC0C;
}
.TagClassName
{
border-color: #28AC0C;
}
</style>