Shades of Kelly Green #28C00A
Tints of Kelly Green #28C00A
RGB
CMYK
RGB Variations
Color information
#28C00A (or 0x28C00A) is known color: Kelly Green. HEX triplet: 28, C0 and 0A. RGB value is (40,192,10). Sum of RGB (Red+Green+Blue) = 40+192+10=242 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.53% from 242); Green value is 192 (75.39% from 255 or 79.34% from 242); Blue value is 10 (4.30% from 255 or 4.13% from 242); Max value from RGB is 192 - color contains mainly: green. Hex color #28C00A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28C00A is #D73FF5. Grayscale: #7E7E7E. Windows color (decimal): -14106614 or 704552. OLE color: 704552.
HSL color Cylindrical-coordinate representation of color #28C00A: hue angle of 110.11º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #28C00A is Cyan = 0.79, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 40 | 192 | 10 | - |
| CMYK | 0.79 | 0 | 0.95 | 0.25 |
| HSL | 110.11º | 0.9% | 0.4% | - |
| HSV(B) | 110.11º | 0.95% | 0.75% | - |
| XYZ | 19.78 | 38.17 | 6.61 | - |
| YUV | 125.8 | 62.64 | 66.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 192 | 10 | 0.79 | 0 | 0.95 | 0.25 | 110.11 | 0.9 | 0.4 |
| Hex | 28 | C0 | A | 4F | 0 | 5F | 19 | 6E | 5A | 28 |
| Octal | 50 | 300 | 12 | 117 | 0 | 137 | 31 | 156 | 132 | 50 |
| Binary | 101000 | 11000000 | 1010 | 1001111 | 0 | 1011111 | 11001 | 1101110 | 1011010 | 101000 |
Color Harmonies of #28C00A
Complementary color
Monochromatic Colors of #28C00A
Black with #28C00A
Text Example
Text Example
White with #28C00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C00A; }
p { color: rgb(40,192,10); }
H1.HeaderClassName
{
color: #28C00A;
}
.AnyTagClassName
{
color: #28C00A;
}
</style>
background-color css
<style>
a { background-color: #28C00A; }
a { background-color: rgb(40,192,10); }
div.DivClassName
{
background-color: #28C00A;
}
.BgClassName
{
background-color: #28C00A;
}
</style>
border-color css
<style>
span { border-color: #28C00A; }
span { border-color: rgb(40,192,10); }
td.TdClassName
{
border-color: #28C00A;
}
.TagClassName
{
border-color: #28C00A;
}
</style>