#48AC04

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

Shades of Kelly Green #48AC04

Tints of Kelly Green #48AC04

Color information

#48AC04 (or 0x48AC04) is unknown color: approx Kelly Green. HEX triplet: 48, AC and 04. RGB value is (72,172,4). Sum of RGB (Red+Green+Blue) = 72+172+4=248 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.03% from 248); Green value is 172 (67.58% from 255 or 69.35% from 248); Blue value is 4 (1.95% from 255 or 1.61% from 248); Max value from RGB is 172 - color contains mainly: green. Hex color #48AC04 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48AC04 is #B753FB. Grayscale: #7B7B7B. Windows color (decimal): -12014588 or 306248. OLE color: 306248.

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

Color convert

RGB721724-
CMYK0.5800.980.33
HSL95.71º95.45%34.51%-
HSV(B)95.71º97.67%67.45%-
XYZ17.4530.895.16-
YUV122.9560.8791.66-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.03%
GREEN value IS 172 (67.58% from 255) = 69.35%
BLUE value IS 4 (1.95% from 255) = 1.61%
R=29.03%
G=69.35%
B=1.61%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal7217240.5800.980.3395.7195.4534.51
Hex48AC43A06221605f23
Octal11025447201424114013743
Binary1001000101011001001110100110001010000111000001011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AC04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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