#48AE1A

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

Shades of Kelly Green #48AE1A

Tints of Kelly Green #48AE1A

Color information

#48AE1A (or 0x48AE1A) is unknown color: approx Kelly Green. HEX triplet: 48, AE and 1A. RGB value is (72,174,26). Sum of RGB (Red+Green+Blue) = 72+174+26=272 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.47% from 272); Green value is 174 (68.36% from 255 or 63.97% from 272); Blue value is 26 (10.55% from 255 or 9.56% from 272); Max value from RGB is 174 - color contains mainly: green. Hex color #48AE1A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #48AE1A is #B751E5. Grayscale: #7F7F7F. Windows color (decimal): -12014054 or 1748552. OLE color: 1748552.

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

Color convert

RGB7217426-
CMYK0.5900.850.32
HSL101.35º74%39.22%-
HSV(B)101.35º85.06%68.24%-
XYZ17.9931.726.15-
YUV126.6371.2189.03-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.47%
GREEN value IS 174 (68.36% from 255) = 63.97%
BLUE value IS 26 (10.55% from 255) = 9.56%
R=26.47%
G=63.97%
B=9.56%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal72174260.5900.850.32101.357439.22
Hex48AE1A3B05520654a27
Octal110256327301254014511247
Binary100100010101110110101110110101010110000011001011001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AE1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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