#7DAC18

Color #7DAC18 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #7DAC18

Tints of Lima #7DAC18

Color information

#7DAC18 (or 0x7DAC18) is unknown color: approx Lima. HEX triplet: 7D, AC and 18. RGB value is (125,172,24). Sum of RGB (Red+Green+Blue) = 125+172+24=321 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.94% from 321); Green value is 172 (67.58% from 255 or 53.58% from 321); Blue value is 24 (9.77% from 255 or 7.48% from 321); Max value from RGB is 172 - color contains mainly: green. Hex color #7DAC18 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DAC18 is #8253E7. Grayscale: #8D8D8D. Windows color (decimal): -8541160 or 1617021. OLE color: 1617021.

HSL color Cylindrical-coordinate representation of color #7DAC18: hue angle of 79.05º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7DAC18 is Cyan = 0.27, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.33.

Color convert

RGB12517224-
CMYK0.2700.860.33
HSL79.05º75.51%38.43%-
HSV(B)79.05º86.05%67.45%-
XYZ23.3733.936.18-
YUV141.0761.93116.53-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 38.94%
GREEN value IS 172 (67.58% from 255) = 53.58%
BLUE value IS 24 (9.77% from 255) = 7.48%
R=38.94%
G=53.58%
B=7.48%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal125172240.2700.860.3379.0575.5138.43
Hex7DAC181B056214f4c26
Octal175254303301264111711446
Binary11111011010110011000110110101011010000110011111001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAC18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7DAC18; }

 p { color: rgb(125,172,24); }

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

<style>
 a { background-color: #7DAC18; }

 a { background-color: rgb(125,172,24); }

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

<style>
 span { border-color: #7DAC18; }

 span { border-color: rgb(125,172,24); }

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