Shades of Kelly Green #48A21E
Tints of Kelly Green #48A21E
RGB
CMYK
RGB Variations
Color information
#48A21E (or 0x48A21E) is known color: Kelly Green. HEX triplet: 48, A2 and 1E. RGB value is (72,162,30). Sum of RGB (Red+Green+Blue) = 72+162+30=264 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.27% from 264); Green value is 162 (63.67% from 255 or 61.36% from 264); Blue value is 30 (12.11% from 255 or 11.36% from 264); Max value from RGB is 162 - color contains mainly: green. Hex color #48A21E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48A21E is #B75DE1. Grayscale: #787878. Windows color (decimal): -12017122 or 2007624. OLE color: 2007624.
HSL color Cylindrical-coordinate representation of color #48A21E: hue angle of 100.91º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #48A21E is Cyan = 0.56, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 72 | 162 | 30 | - |
| CMYK | 0.56 | 0 | 0.81 | 0.36 |
| HSL | 100.91º | 0.69% | 0.38% | - |
| HSV(B) | 100.91º | 0.81% | 0.64% | - |
| XYZ | 15.83 | 27.31 | 5.67 | - |
| YUV | 120.04 | 77.18 | 93.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 162 | 30 | 0.56 | 0 | 0.81 | 0.36 | 100.91 | 0.69 | 0.38 |
| Hex | 48 | A2 | 1E | 38 | 0 | 51 | 24 | 65 | 45 | 26 |
| Octal | 110 | 242 | 36 | 70 | 0 | 121 | 44 | 145 | 105 | 46 |
| Binary | 1001000 | 10100010 | 11110 | 111000 | 0 | 1010001 | 100100 | 1100101 | 1000101 | 100110 |
Color Harmonies of #48A21E
Complementary color
Monochromatic Colors of #48A21E
Black with #48A21E
Text Example
Text Example
White with #48A21E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48A21E; }
p { color: rgb(72,162,30); }
H1.HeaderClassName
{
color: #48A21E;
}
.AnyTagClassName
{
color: #48A21E;
}
</style>
background-color css
<style>
a { background-color: #48A21E; }
a { background-color: rgb(72,162,30); }
div.DivClassName
{
background-color: #48A21E;
}
.BgClassName
{
background-color: #48A21E;
}
</style>
border-color css
<style>
span { border-color: #48A21E; }
span { border-color: rgb(72,162,30); }
td.TdClassName
{
border-color: #48A21E;
}
.TagClassName
{
border-color: #48A21E;
}
</style>