#48AC24

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

Shades of Kelly Green #48AC24

Tints of Kelly Green #48AC24

Color information

#48AC24 (or 0x48AC24) is unknown color: approx Kelly Green. HEX triplet: 48, AC and 24. RGB value is (72,172,36). Sum of RGB (Red+Green+Blue) = 72+172+36=280 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.71% from 280); Green value is 172 (67.58% from 255 or 61.43% from 280); Blue value is 36 (14.45% from 255 or 12.86% from 280); Max value from RGB is 172 - color contains mainly: green. Hex color #48AC24 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48AC24 is #B753DB. Grayscale: #7F7F7F. Windows color (decimal): -12014556 or 2403400. OLE color: 2403400.

HSL color Cylindrical-coordinate representation of color #48AC24: hue angle of 104.12º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #48AC24 is Cyan = 0.58, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.33.

Color convert

RGB7217236-
CMYK0.5800.790.33
HSL104.12º65.38%40.78%-
HSV(B)104.12º79.07%67.45%-
XYZ17.7431.016.72-
YUV126.676.8789.06-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.71%
GREEN value IS 172 (67.58% from 255) = 61.43%
BLUE value IS 36 (14.45% from 255) = 12.86%
R=25.71%
G=61.43%
B=12.86%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal72172360.5800.790.33104.1265.3840.78
Hex48AC243A04F21684129
Octal110254447201174115010151
Binary1001000101011001001001110100100111110000111010001000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AC24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,172,36); }

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

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

 a { background-color: rgb(72,172,36); }

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

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

 span { border-color: rgb(72,172,36); }

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