#48A403

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

Shades of Kelly Green #48A403

Tints of Kelly Green #48A403

Color information

#48A403 (or 0x48A403) is unknown color: approx Kelly Green. HEX triplet: 48, A4 and 03. RGB value is (72,164,3). Sum of RGB (Red+Green+Blue) = 72+164+3=239 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.13% from 239); Green value is 164 (64.45% from 255 or 68.62% from 239); Blue value is 3 (1.56% from 255 or 1.26% from 239); Max value from RGB is 164 - color contains mainly: green. Hex color #48A403 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48A403 is #B75BFC. Grayscale: #767676. Windows color (decimal): -12016637 or 238664. OLE color: 238664.

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

Color convert

RGB721643-
CMYK0.5600.980.36
HSL94.29º96.41%32.75%-
HSV(B)94.29º98.17%64.31%-
XYZ15.9627.944.64-
YUV118.1463.0295.09-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.13%
GREEN value IS 164 (64.45% from 255) = 68.62%
BLUE value IS 3 (1.56% from 255) = 1.26%
R=30.13%
G=68.62%
B=1.26%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal7216430.5600.980.3694.2996.4132.75
Hex48A4338062245e6021
Octal11024437001424413614041
Binary100100010100100111110000110001010010010111101100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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