#48AD11

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

Shades of Kelly Green #48AD11

Tints of Kelly Green #48AD11

Color information

#48AD11 (or 0x48AD11) is unknown color: approx Kelly Green. HEX triplet: 48, AD and 11. RGB value is (72,173,17). Sum of RGB (Red+Green+Blue) = 72+173+17=262 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.48% from 262); Green value is 173 (67.97% from 255 or 66.03% from 262); Blue value is 17 (7.03% from 255 or 6.49% from 262); Max value from RGB is 173 - color contains mainly: green. Hex color #48AD11 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #48AD11 is #B752EE. Grayscale: #7D7D7D. Windows color (decimal): -12014319 or 1158472. OLE color: 1158472.

HSL color Cylindrical-coordinate representation of color #48AD11: hue angle of 98.85º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #48AD11 is Cyan = 0.58, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB7217317-
CMYK0.5800.900.32
HSL98.85º82.11%37.25%-
HSV(B)98.85º90.17%67.84%-
XYZ17.7231.315.64-
YUV125.0267.0490.18-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.48%
GREEN value IS 173 (67.97% from 255) = 66.03%
BLUE value IS 17 (7.03% from 255) = 6.49%
R=27.48%
G=66.03%
B=6.49%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal72173170.5800.900.3298.8582.1137.25
Hex48AD113A05A20635225
Octal110255217201324014312245
Binary100100010101101100011110100101101010000011000111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48AD11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,173,17); }

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

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

 a { background-color: rgb(72,173,17); }

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

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

 span { border-color: rgb(72,173,17); }

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