#48A904

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

Shades of Kelly Green #48A904

Tints of Kelly Green #48A904

Color information

#48A904 (or 0x48A904) is unknown color: approx Kelly Green. HEX triplet: 48, A9 and 04. RGB value is (72,169,4). Sum of RGB (Red+Green+Blue) = 72+169+4=245 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.39% from 245); Green value is 169 (66.41% from 255 or 68.98% from 245); Blue value is 4 (1.95% from 255 or 1.63% from 245); Max value from RGB is 169 - color contains mainly: green. Hex color #48A904 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48A904 is #B756FB. Grayscale: #797979. Windows color (decimal): -12015356 or 305480. OLE color: 305480.

HSL color Cylindrical-coordinate representation of color #48A904: hue angle of 95.27º 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 #48A904 is Cyan = 0.57, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.34.

Color convert

RGB721694-
CMYK0.5700.980.34
HSL95.27º95.38%33.92%-
HSV(B)95.27º97.63%66.27%-
XYZ16.8829.764.97-
YUV121.1961.8692.92-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.39%
GREEN value IS 169 (66.41% from 255) = 68.98%
BLUE value IS 4 (1.95% from 255) = 1.63%
R=29.39%
G=68.98%
B=1.63%

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
Decimal7216940.5700.980.3495.2795.3833.92
Hex48A9439062225f5f22
Octal11025147101424213713742
Binary1001000101010011001110010110001010001010111111011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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