#7DAC0A

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

Shades of Lima #7DAC0A

Tints of Lima #7DAC0A

Color information

#7DAC0A (or 0x7DAC0A) is unknown color: approx Lima. HEX triplet: 7D, AC and 0A. RGB value is (125,172,10). Sum of RGB (Red+Green+Blue) = 125+172+10=307 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.72% from 307); Green value is 172 (67.58% from 255 or 56.03% from 307); Blue value is 10 (4.30% from 255 or 3.26% from 307); Max value from RGB is 172 - color contains mainly: green. Hex color #7DAC0A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DAC0A is #8253F5. Grayscale: #8C8C8C. Windows color (decimal): -8541174 or 699517. OLE color: 699517.

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

Color convert

RGB12517210-
CMYK0.2700.940.33
HSL77.41º89.01%35.69%-
HSV(B)77.41º94.19%67.45%-
XYZ23.2633.895.6-
YUV139.4854.93117.67-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 40.72%
GREEN value IS 172 (67.58% from 255) = 56.03%
BLUE value IS 10 (4.30% from 255) = 3.26%
R=40.72%
G=56.03%
B=3.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal125172100.2700.940.3377.4189.0135.69
Hex7DACA1B05E214d5924
Octal175254123301364111513144
Binary1111101101011001010110110101111010000110011011011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAC0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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