Shades of Kelly Green #48A119
Tints of Kelly Green #48A119
RGB
CMYK
RGB Variations
Color information
#48A119 (or 0x48A119) is known color: Kelly Green. HEX triplet: 48, A1 and 19. RGB value is (72,161,25). Sum of RGB (Red+Green+Blue) = 72+161+25=258 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.91% from 258); Green value is 161 (63.28% from 255 or 62.40% from 258); Blue value is 25 (10.16% from 255 or 9.69% from 258); Max value from RGB is 161 - color contains mainly: green. Hex color #48A119 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48A119 is #B75EE6. Grayscale: #777777. Windows color (decimal): -12017383 or 1679688. OLE color: 1679688.
HSL color Cylindrical-coordinate representation of color #48A119: hue angle of 99.26º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #48A119 is Cyan = 0.55, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 72 | 161 | 25 | - |
| CMYK | 0.55 | 0 | 0.84 | 0.37 |
| HSL | 99.26º | 0.73% | 0.36% | - |
| HSV(B) | 99.26º | 0.84% | 0.63% | - |
| XYZ | 15.59 | 26.94 | 5.3 | - |
| YUV | 118.89 | 75.01 | 94.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 161 | 25 | 0.55 | 0 | 0.84 | 0.37 | 99.26 | 0.73 | 0.36 |
| Hex | 48 | A1 | 19 | 37 | 0 | 54 | 25 | 63 | 49 | 24 |
| Octal | 110 | 241 | 31 | 67 | 0 | 124 | 45 | 143 | 111 | 44 |
| Binary | 1001000 | 10100001 | 11001 | 110111 | 0 | 1010100 | 100101 | 1100011 | 1001001 | 100100 |
Color Harmonies of #48A119
Complementary color
Monochromatic Colors of #48A119
Black with #48A119
Text Example
Text Example
White with #48A119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48A119; }
p { color: rgb(72,161,25); }
H1.HeaderClassName
{
color: #48A119;
}
.AnyTagClassName
{
color: #48A119;
}
</style>
background-color css
<style>
a { background-color: #48A119; }
a { background-color: rgb(72,161,25); }
div.DivClassName
{
background-color: #48A119;
}
.BgClassName
{
background-color: #48A119;
}
</style>
border-color css
<style>
span { border-color: #48A119; }
span { border-color: rgb(72,161,25); }
td.TdClassName
{
border-color: #48A119;
}
.TagClassName
{
border-color: #48A119;
}
</style>