Shades of Kelly Green #48A010
Tints of Kelly Green #48A010
RGB
CMYK
RGB Variations
Color information
#48A010 (or 0x48A010) is known color: Kelly Green. HEX triplet: 48, A0 and 10. RGB value is (72,160,16). Sum of RGB (Red+Green+Blue) = 72+160+16=248 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.03% from 248); Green value is 160 (62.89% from 255 or 64.52% from 248); Blue value is 16 (6.64% from 255 or 6.45% from 248); Max value from RGB is 160 - color contains mainly: green. Hex color #48A010 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48A010 is #B75FEF. Grayscale: #757575. Windows color (decimal): -12017648 or 1089608. OLE color: 1089608.
HSL color Cylindrical-coordinate representation of color #48A010: hue angle of 96.67º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #48A010 is Cyan = 0.55, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 72 | 160 | 16 | - |
| CMYK | 0.55 | 0 | 0.9 | 0.37 |
| HSL | 96.67º | 0.82% | 0.35% | - |
| HSV(B) | 96.67º | 0.9% | 0.63% | - |
| XYZ | 15.34 | 26.56 | 4.81 | - |
| YUV | 117.27 | 70.85 | 95.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 160 | 16 | 0.55 | 0 | 0.9 | 0.37 | 96.67 | 0.82 | 0.35 |
| Hex | 48 | A0 | 10 | 37 | 0 | 5A | 25 | 61 | 52 | 23 |
| Octal | 110 | 240 | 20 | 67 | 0 | 132 | 45 | 141 | 122 | 43 |
| Binary | 1001000 | 10100000 | 10000 | 110111 | 0 | 1011010 | 100101 | 1100001 | 1010010 | 100011 |
Color Harmonies of #48A010
Complementary color
Monochromatic Colors of #48A010
Black with #48A010
Text Example
Text Example
White with #48A010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48A010; }
p { color: rgb(72,160,16); }
H1.HeaderClassName
{
color: #48A010;
}
.AnyTagClassName
{
color: #48A010;
}
</style>
background-color css
<style>
a { background-color: #48A010; }
a { background-color: rgb(72,160,16); }
div.DivClassName
{
background-color: #48A010;
}
.BgClassName
{
background-color: #48A010;
}
</style>
border-color css
<style>
span { border-color: #48A010; }
span { border-color: rgb(72,160,16); }
td.TdClassName
{
border-color: #48A010;
}
.TagClassName
{
border-color: #48A010;
}
</style>