#48A415

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

Shades of Kelly Green #48A415

Tints of Kelly Green #48A415

Color information

#48A415 (or 0x48A415) is unknown color: approx Kelly Green. HEX triplet: 48, A4 and 15. RGB value is (72,164,21). Sum of RGB (Red+Green+Blue) = 72+164+21=257 (34% of max value = 765). Red value is 72 (28.52% from 255 or 28.02% from 257); Green value is 164 (64.45% from 255 or 63.81% from 257); Blue value is 21 (8.59% from 255 or 8.17% from 257); Max value from RGB is 164 - color contains mainly: green. Hex color #48A415 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48A415 is #B75BEA. Grayscale: #787878. Windows color (decimal): -12016619 or 1418312. OLE color: 1418312.

HSL color Cylindrical-coordinate representation of color #48A415: hue angle of 98.6º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #48A415 is Cyan = 0.56, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB7216421-
CMYK0.5600.870.36
HSL98.6º77.3%36.27%-
HSV(B)98.6º87.2%64.31%-
XYZ16.0827.985.26-
YUV120.1972.0293.63-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.02%
GREEN value IS 164 (64.45% from 255) = 63.81%
BLUE value IS 21 (8.59% from 255) = 8.17%
R=28.02%
G=63.81%
B=8.17%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal72164210.5600.870.3698.677.336.27
Hex48A4153805724634d24
Octal110244257001274414311544
Binary100100010100100101011110000101011110010011000111001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,164,21); }

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

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

 a { background-color: rgb(72,164,21); }

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

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

 span { border-color: rgb(72,164,21); }

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