Shades of Kelly Green #48AA00
Tints of Kelly Green #48AA00
RGB
CMYK
RGB Variations
Color information
#48AA00 (or 0x48AA00) is known color: Kelly Green. HEX triplet: 48, AA and 00. RGB value is (72,170,0). Sum of RGB (Red+Green+Blue) = 72+170+0=242 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.75% from 242); Green value is 170 (66.80% from 255 or 70.25% from 242); Blue value is 0 (0.39% from 255 or 0% from 242); Max value from RGB is 170 - color contains mainly: green. Hex color #48AA00 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48AA00 is #B755FF. Grayscale: #797979. Windows color (decimal): -12015104 or 43592. OLE color: 43592.
HSL color Cylindrical-coordinate representation of color #48AA00: hue angle of 94.59º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #48AA00 is Cyan = 0.58, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 170 | 0 | - |
| CMYK | 0.58 | 0 | 1 | 0.33 |
| HSL | 94.59º | 1% | 0.33% | - |
| HSV(B) | 94.59º | 1% | 0.67% | - |
| XYZ | 17.05 | 30.13 | 4.92 | - |
| YUV | 121.32 | 59.53 | 92.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 170 | 0 | 0.58 | 0 | 1 | 0.33 | 94.59 | 1 | 0.33 |
| Hex | 48 | AA | 0 | 3A | 0 | 64 | 21 | 5F | 64 | 21 |
| Octal | 110 | 252 | 0 | 72 | 0 | 144 | 41 | 137 | 144 | 41 |
| Binary | 1001000 | 10101010 | 0 | 111010 | 0 | 1100100 | 100001 | 1011111 | 1100100 | 100001 |
Color Harmonies of #48AA00
Complementary color
Monochromatic Colors of #48AA00
Black with #48AA00
Text Example
Text Example
White with #48AA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48AA00; }
p { color: rgb(72,170,0); }
H1.HeaderClassName
{
color: #48AA00;
}
.AnyTagClassName
{
color: #48AA00;
}
</style>
background-color css
<style>
a { background-color: #48AA00; }
a { background-color: rgb(72,170,0); }
div.DivClassName
{
background-color: #48AA00;
}
.BgClassName
{
background-color: #48AA00;
}
</style>
border-color css
<style>
span { border-color: #48AA00; }
span { border-color: rgb(72,170,0); }
td.TdClassName
{
border-color: #48AA00;
}
.TagClassName
{
border-color: #48AA00;
}
</style>