#48A804

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

Shades of Kelly Green #48A804

Tints of Kelly Green #48A804

Color information

#48A804 (or 0x48A804) is unknown color: approx Kelly Green. HEX triplet: 48, A8 and 04. RGB value is (72,168,4). Sum of RGB (Red+Green+Blue) = 72+168+4=244 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.51% from 244); Green value is 168 (66.02% from 255 or 68.85% from 244); Blue value is 4 (1.95% from 255 or 1.64% from 244); Max value from RGB is 168 - color contains mainly: green. Hex color #48A804 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48A804 is #B757FB. Grayscale: #797979. Windows color (decimal): -12015612 or 305224. OLE color: 305224.

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

Color convert

RGB721684-
CMYK0.5700.980.34
HSL95.12º95.35%33.73%-
HSV(B)95.12º97.62%65.88%-
XYZ16.729.394.91-
YUV120.662.293.34-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.51%
GREEN value IS 168 (66.02% from 255) = 68.85%
BLUE value IS 4 (1.95% from 255) = 1.64%
R=29.51%
G=68.85%
B=1.64%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal7216840.5700.980.3495.1295.3533.73
Hex48A8439062225f5f22
Octal11025047101424213713742
Binary1001000101010001001110010110001010001010111111011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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