Shades of Kelly Green #48AE2A
Tints of Kelly Green #48AE2A
RGB
CMYK
RGB Variations
Color information
#48AE2A (or 0x48AE2A) is known color: Kelly Green. HEX triplet: 48, AE and 2A. RGB value is (72,174,42). Sum of RGB (Red+Green+Blue) = 72+174+42=288 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25% from 288); Green value is 174 (68.36% from 255 or 60.42% from 288); Blue value is 42 (16.80% from 255 or 14.58% from 288); Max value from RGB is 174 - color contains mainly: green. Hex color #48AE2A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48AE2A is #B751D5. Grayscale: #808080. Windows color (decimal): -12014038 or 2797128. OLE color: 2797128.
HSL color Cylindrical-coordinate representation of color #48AE2A: hue angle of 106.36º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #48AE2A is Cyan = 0.59, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 72 | 174 | 42 | - |
| CMYK | 0.59 | 0 | 0.76 | 0.32 |
| HSL | 106.36º | 0.61% | 0.42% | - |
| HSV(B) | 106.36º | 0.76% | 0.68% | - |
| XYZ | 18.23 | 31.82 | 7.37 | - |
| YUV | 128.45 | 79.21 | 87.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 174 | 42 | 0.59 | 0 | 0.76 | 0.32 | 106.36 | 0.61 | 0.42 |
| Hex | 48 | AE | 2A | 3B | 0 | 4C | 20 | 6A | 3D | 2A |
| Octal | 110 | 256 | 52 | 73 | 0 | 114 | 40 | 152 | 75 | 52 |
| Binary | 1001000 | 10101110 | 101010 | 111011 | 0 | 1001100 | 100000 | 1101010 | 111101 | 101010 |
Color Harmonies of #48AE2A
Complementary color
Monochromatic Colors of #48AE2A
Black with #48AE2A
Text Example
Text Example
White with #48AE2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48AE2A; }
p { color: rgb(72,174,42); }
H1.HeaderClassName
{
color: #48AE2A;
}
.AnyTagClassName
{
color: #48AE2A;
}
</style>
background-color css
<style>
a { background-color: #48AE2A; }
a { background-color: rgb(72,174,42); }
div.DivClassName
{
background-color: #48AE2A;
}
.BgClassName
{
background-color: #48AE2A;
}
</style>
border-color css
<style>
span { border-color: #48AE2A; }
span { border-color: rgb(72,174,42); }
td.TdClassName
{
border-color: #48AE2A;
}
.TagClassName
{
border-color: #48AE2A;
}
</style>