#48a518

Color #48A518 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #48A518

Tints of Kelly Green #48A518

Color information

#48A518 (or 0x48A518) is unknown color: approx Kelly Green. HEX triplet: 48, A5 and 18. RGB value is (72,165,24). Sum of RGB (Red+Green+Blue) = 72+165+24=261 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.59% from 261); Green value is 165 (64.84% from 255 or 63.22% from 261); Blue value is 24 (9.77% from 255 or 9.20% from 261); Max value from RGB is 165 - color contains mainly: green. Hex color #48A518 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48A518 is #B75AE7. Grayscale: #797979. Windows color (decimal): -12016360 or 1615176. OLE color: 1615176.

HSL color Cylindrical-coordinate representation of color #48A518: hue angle of 99.57º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #48A518 is Cyan = 0.56, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.35.

Color convert

RGB7216524-
CMYK0.5600.850.35
HSL99.57º74.6%37.06%-
HSV(B)99.57º85.45%64.71%-
XYZ16.2928.355.48-
YUV121.1273.1992.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 72 (28.52% from 255) = 27.59%
GREEN value IS 165 (64.84% from 255) = 63.22%
BLUE value IS 24 (9.77% from 255) = 9.20%
R=27.59%
G=63.22%
B=9.20%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal72165240.5600.850.3599.5774.637.06
Hex48A5183805523644b25
Octal110245307001254314411345
Binary100100010100101110001110000101010110001111001001001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48a518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48a518; }

 p { color: rgb(72,165,24); }

 H1.HeaderClassName
 {
   color: #48a518;
 }
 .AnyTagClassName
 {
   color: #48a518;
 }
</style>
background-color css

<style>
 a { background-color: #48a518; }

 a { background-color: rgb(72,165,24); }

 div.DivClassName
 {
   background-color: #48a518;
 }
 .BgClassName
 {
   background-color: #48a518;
 }
</style>
border-color css

<style>
 span { border-color: #48a518; }

 span { border-color: rgb(72,165,24); }

 td.TdClassName
 {
   border-color: #48a518;
 }
 .TagClassName
 {
   border-color: #48a518;
 }
</style>