#48AE14

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

Shades of Kelly Green #48AE14

Tints of Kelly Green #48AE14

Color information

#48AE14 (or 0x48AE14) is unknown color: approx Kelly Green. HEX triplet: 48, AE and 14. RGB value is (72,174,20). Sum of RGB (Red+Green+Blue) = 72+174+20=266 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.07% from 266); Green value is 174 (68.36% from 255 or 65.41% from 266); Blue value is 20 (8.20% from 255 or 7.52% from 266); Max value from RGB is 174 - color contains mainly: green. Hex color #48AE14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48AE14 is #B751EB. Grayscale: #7E7E7E. Windows color (decimal): -12014060 or 1355336. OLE color: 1355336.

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

Color convert

RGB7217420-
CMYK0.5900.890.32
HSL99.74º79.38%38.04%-
HSV(B)99.74º88.51%68.24%-
XYZ17.9331.75.84-
YUV125.9568.2189.52-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.07%
GREEN value IS 174 (68.36% from 255) = 65.41%
BLUE value IS 20 (8.20% from 255) = 7.52%
R=27.07%
G=65.41%
B=7.52%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal72174200.5900.890.3299.7479.3838.04
Hex48AE143B05920644f26
Octal110256247301314014411746
Binary100100010101110101001110110101100110000011001001001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AE14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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