#48AE19

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

Shades of Kelly Green #48AE19

Tints of Kelly Green #48AE19

Color information

#48AE19 (or 0x48AE19) is unknown color: approx Kelly Green. HEX triplet: 48, AE and 19. RGB value is (72,174,25). Sum of RGB (Red+Green+Blue) = 72+174+25=271 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.57% from 271); Green value is 174 (68.36% from 255 or 64.21% from 271); Blue value is 25 (10.16% from 255 or 9.23% from 271); Max value from RGB is 174 - color contains mainly: green. Hex color #48AE19 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48AE19 is #B751E6. Grayscale: #7F7F7F. Windows color (decimal): -12014055 or 1683016. OLE color: 1683016.

HSL color Cylindrical-coordinate representation of color #48AE19: hue angle of 101.07º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #48AE19 is Cyan = 0.59, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.32.

Color convert

RGB7217425-
CMYK0.5900.860.32
HSL101.07º74.87%39.02%-
HSV(B)101.07º85.63%68.24%-
XYZ17.9831.726.09-
YUV126.5270.7189.12-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.57%
GREEN value IS 174 (68.36% from 255) = 64.21%
BLUE value IS 25 (10.16% from 255) = 9.23%
R=26.57%
G=64.21%
B=9.23%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal72174250.5900.860.32101.0774.8739.02
Hex48AE193B05620654b27
Octal110256317301264014511347
Binary100100010101110110011110110101011010000011001011001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AE19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,174,25); }

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

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

 a { background-color: rgb(72,174,25); }

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

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

 span { border-color: rgb(72,174,25); }

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