#48A81C

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

Shades of Kelly Green #48A81C

Tints of Kelly Green #48A81C

Color information

#48A81C (or 0x48A81C) is unknown color: approx Kelly Green. HEX triplet: 48, A8 and 1C. RGB value is (72,168,28). Sum of RGB (Red+Green+Blue) = 72+168+28=268 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.87% from 268); Green value is 168 (66.02% from 255 or 62.69% from 268); Blue value is 28 (11.33% from 255 or 10.45% from 268); Max value from RGB is 168 - color contains mainly: green. Hex color #48A81C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48A81C is #B757E3. Grayscale: #7B7B7B. Windows color (decimal): -12015588 or 1878088. OLE color: 1878088.

HSL color Cylindrical-coordinate representation of color #48A81C: hue angle of 101.14º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #48A81C is Cyan = 0.57, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.34.

Color convert

RGB7216828-
CMYK0.5700.830.34
HSL101.14º71.43%38.43%-
HSV(B)101.14º83.33%65.88%-
XYZ16.8829.475.9-
YUV123.3474.291.38-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.87%
GREEN value IS 168 (66.02% from 255) = 62.69%
BLUE value IS 28 (11.33% from 255) = 10.45%
R=26.87%
G=62.69%
B=10.45%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal72168280.5700.830.34101.1471.4338.43
Hex48A81C3905322654726
Octal110250347101234214510746
Binary100100010101000111001110010101001110001011001011000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A81C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,168,28); }

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

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

 a { background-color: rgb(72,168,28); }

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

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

 span { border-color: rgb(72,168,28); }

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