Shades of Kelly Green #48A309
Tints of Kelly Green #48A309
RGB
CMYK
RGB Variations
Color information
#48A309 (or 0x48A309) is known color: Kelly Green. HEX triplet: 48, A3 and 09. RGB value is (72,163,9). Sum of RGB (Red+Green+Blue) = 72+163+9=244 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.51% from 244); Green value is 163 (64.06% from 255 or 66.80% from 244); Blue value is 9 (3.91% from 255 or 3.69% from 244); Max value from RGB is 163 - color contains mainly: green. Hex color #48A309 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48A309 is #B75CF6. Grayscale: #767676. Windows color (decimal): -12016887 or 631624. OLE color: 631624.
HSL color Cylindrical-coordinate representation of color #48A309: hue angle of 95.45º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #48A309 is Cyan = 0.56, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 72 | 163 | 9 | - |
| CMYK | 0.56 | 0 | 0.94 | 0.36 |
| HSL | 95.45º | 0.9% | 0.34% | - |
| HSV(B) | 95.45º | 0.94% | 0.64% | - |
| XYZ | 15.82 | 27.59 | 4.75 | - |
| YUV | 118.24 | 66.35 | 95.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 163 | 9 | 0.56 | 0 | 0.94 | 0.36 | 95.45 | 0.9 | 0.34 |
| Hex | 48 | A3 | 9 | 38 | 0 | 5E | 24 | 5F | 5A | 22 |
| Octal | 110 | 243 | 11 | 70 | 0 | 136 | 44 | 137 | 132 | 42 |
| Binary | 1001000 | 10100011 | 1001 | 111000 | 0 | 1011110 | 100100 | 1011111 | 1011010 | 100010 |
Color Harmonies of #48A309
Complementary color
Monochromatic Colors of #48A309
Black with #48A309
Text Example
Text Example
White with #48A309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48A309; }
p { color: rgb(72,163,9); }
H1.HeaderClassName
{
color: #48A309;
}
.AnyTagClassName
{
color: #48A309;
}
</style>
background-color css
<style>
a { background-color: #48A309; }
a { background-color: rgb(72,163,9); }
div.DivClassName
{
background-color: #48A309;
}
.BgClassName
{
background-color: #48A309;
}
</style>
border-color css
<style>
span { border-color: #48A309; }
span { border-color: rgb(72,163,9); }
td.TdClassName
{
border-color: #48A309;
}
.TagClassName
{
border-color: #48A309;
}
</style>