#48A116

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

Shades of Kelly Green #48A116

Tints of Kelly Green #48A116

Color information

#48A116 (or 0x48A116) is unknown color: approx Kelly Green. HEX triplet: 48, A1 and 16. RGB value is (72,161,22). Sum of RGB (Red+Green+Blue) = 72+161+22=255 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.24% from 255); Green value is 161 (63.28% from 255 or 63.14% from 255); Blue value is 22 (8.98% from 255 or 8.63% from 255); Max value from RGB is 161 - color contains mainly: green. Hex color #48A116 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48A116 is #B75EE9. Grayscale: #777777. Windows color (decimal): -12017386 or 1483080. OLE color: 1483080.

HSL color Cylindrical-coordinate representation of color #48A116: hue angle of 98.42º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #48A116 is Cyan = 0.55, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB7216122-
CMYK0.5500.860.37
HSL98.42º75.96%35.88%-
HSV(B)98.42º86.34%63.14%-
XYZ15.5626.935.14-
YUV118.5473.5194.8-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.24%
GREEN value IS 161 (63.28% from 255) = 63.14%
BLUE value IS 22 (8.98% from 255) = 8.63%
R=28.24%
G=63.14%
B=8.63%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal72161220.5500.860.3798.4275.9635.88
Hex48A1163705625624c24
Octal110241266701264514211444
Binary100100010100001101101101110101011010010111000101001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48A116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,161,22); }

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

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

 a { background-color: rgb(72,161,22); }

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

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

 span { border-color: rgb(72,161,22); }

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