Shades of Kelly Green #48AA20
Tints of Kelly Green #48AA20
RGB
CMYK
RGB Variations
Color information
#48AA20 (or 0x48AA20) is known color: Kelly Green. HEX triplet: 48, AA and 20. RGB value is (72,170,32). Sum of RGB (Red+Green+Blue) = 72+170+32=274 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.28% from 274); Green value is 170 (66.80% from 255 or 62.04% from 274); Blue value is 32 (12.89% from 255 or 11.68% from 274); Max value from RGB is 170 - color contains mainly: green. Hex color #48AA20 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48AA20 is #B755DF. Grayscale: #7D7D7D. Windows color (decimal): -12015072 or 2140744. OLE color: 2140744.
HSL color Cylindrical-coordinate representation of color #48AA20: hue angle of 102.61º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #48AA20 is Cyan = 0.58, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 170 | 32 | - |
| CMYK | 0.58 | 0 | 0.81 | 0.33 |
| HSL | 102.61º | 0.68% | 0.4% | - |
| HSV(B) | 102.61º | 0.81% | 0.67% | - |
| XYZ | 17.31 | 30.23 | 6.29 | - |
| YUV | 124.97 | 75.53 | 90.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 170 | 32 | 0.58 | 0 | 0.81 | 0.33 | 102.61 | 0.68 | 0.4 |
| Hex | 48 | AA | 20 | 3A | 0 | 51 | 21 | 67 | 44 | 28 |
| Octal | 110 | 252 | 40 | 72 | 0 | 121 | 41 | 147 | 104 | 50 |
| Binary | 1001000 | 10101010 | 100000 | 111010 | 0 | 1010001 | 100001 | 1100111 | 1000100 | 101000 |
Color Harmonies of #48AA20
Complementary color
Monochromatic Colors of #48AA20
Black with #48AA20
Text Example
Text Example
White with #48AA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48AA20; }
p { color: rgb(72,170,32); }
H1.HeaderClassName
{
color: #48AA20;
}
.AnyTagClassName
{
color: #48AA20;
}
</style>
background-color css
<style>
a { background-color: #48AA20; }
a { background-color: rgb(72,170,32); }
div.DivClassName
{
background-color: #48AA20;
}
.BgClassName
{
background-color: #48AA20;
}
</style>
border-color css
<style>
span { border-color: #48AA20; }
span { border-color: rgb(72,170,32); }
td.TdClassName
{
border-color: #48AA20;
}
.TagClassName
{
border-color: #48AA20;
}
</style>