Shades of Kelly Green #48A008
Tints of Kelly Green #48A008
RGB
CMYK
RGB Variations
Color information
#48A008 (or 0x48A008) is known color: Kelly Green. HEX triplet: 48, A0 and 08. RGB value is (72,160,8). Sum of RGB (Red+Green+Blue) = 72+160+8=240 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30% from 240); Green value is 160 (62.89% from 255 or 66.67% from 240); Blue value is 8 (3.52% from 255 or 3.33% from 240); Max value from RGB is 160 - color contains mainly: green. Hex color #48A008 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48A008 is #B75FF7. Grayscale: #747474. Windows color (decimal): -12017656 or 565320. OLE color: 565320.
HSL color Cylindrical-coordinate representation of color #48A008: hue angle of 94.74º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #48A008 is Cyan = 0.55, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 72 | 160 | 8 | - |
| CMYK | 0.55 | 0 | 0.95 | 0.37 |
| HSL | 94.74º | 0.9% | 0.33% | - |
| HSV(B) | 94.74º | 0.95% | 0.63% | - |
| XYZ | 15.29 | 26.54 | 4.55 | - |
| YUV | 116.36 | 66.85 | 96.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 160 | 8 | 0.55 | 0 | 0.95 | 0.37 | 94.74 | 0.9 | 0.33 |
| Hex | 48 | A0 | 8 | 37 | 0 | 5F | 25 | 5F | 5A | 21 |
| Octal | 110 | 240 | 10 | 67 | 0 | 137 | 45 | 137 | 132 | 41 |
| Binary | 1001000 | 10100000 | 1000 | 110111 | 0 | 1011111 | 100101 | 1011111 | 1011010 | 100001 |
Color Harmonies of #48A008
Complementary color
Monochromatic Colors of #48A008
Black with #48A008
Text Example
Text Example
White with #48A008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48A008; }
p { color: rgb(72,160,8); }
H1.HeaderClassName
{
color: #48A008;
}
.AnyTagClassName
{
color: #48A008;
}
</style>
background-color css
<style>
a { background-color: #48A008; }
a { background-color: rgb(72,160,8); }
div.DivClassName
{
background-color: #48A008;
}
.BgClassName
{
background-color: #48A008;
}
</style>
border-color css
<style>
span { border-color: #48A008; }
span { border-color: rgb(72,160,8); }
td.TdClassName
{
border-color: #48A008;
}
.TagClassName
{
border-color: #48A008;
}
</style>