Shades of Kelly Green #48A006
Tints of Kelly Green #48A006
RGB
CMYK
RGB Variations
Color information
#48A006 (or 0x48A006) is known color: Kelly Green. HEX triplet: 48, A0 and 06. RGB value is (72,160,6). Sum of RGB (Red+Green+Blue) = 72+160+6=238 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.25% from 238); Green value is 160 (62.89% from 255 or 67.23% from 238); Blue value is 6 (2.73% from 255 or 2.52% from 238); Max value from RGB is 160 - color contains mainly: green. Hex color #48A006 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48A006 is #B75FF9. Grayscale: #747474. Windows color (decimal): -12017658 or 434248. OLE color: 434248.
HSL color Cylindrical-coordinate representation of color #48A006: hue angle of 94.29º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #48A006 is Cyan = 0.55, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 72 | 160 | 6 | - |
| CMYK | 0.55 | 0 | 0.96 | 0.37 |
| HSL | 94.29º | 0.93% | 0.33% | - |
| HSV(B) | 94.29º | 0.96% | 0.63% | - |
| XYZ | 15.28 | 26.53 | 4.49 | - |
| YUV | 116.13 | 65.85 | 96.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 160 | 6 | 0.55 | 0 | 0.96 | 0.37 | 94.29 | 0.93 | 0.33 |
| Hex | 48 | A0 | 6 | 37 | 0 | 60 | 25 | 5E | 5D | 21 |
| Octal | 110 | 240 | 6 | 67 | 0 | 140 | 45 | 136 | 135 | 41 |
| Binary | 1001000 | 10100000 | 110 | 110111 | 0 | 1100000 | 100101 | 1011110 | 1011101 | 100001 |
Color Harmonies of #48A006
Complementary color
Monochromatic Colors of #48A006
Black with #48A006
Text Example
Text Example
White with #48A006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48A006; }
p { color: rgb(72,160,6); }
H1.HeaderClassName
{
color: #48A006;
}
.AnyTagClassName
{
color: #48A006;
}
</style>
background-color css
<style>
a { background-color: #48A006; }
a { background-color: rgb(72,160,6); }
div.DivClassName
{
background-color: #48A006;
}
.BgClassName
{
background-color: #48A006;
}
</style>
border-color css
<style>
span { border-color: #48A006; }
span { border-color: rgb(72,160,6); }
td.TdClassName
{
border-color: #48A006;
}
.TagClassName
{
border-color: #48A006;
}
</style>