#7DAC1F

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

Shades of Lima #7DAC1F

Tints of Lima #7DAC1F

Color information

#7DAC1F (or 0x7DAC1F) is unknown color: approx Lima. HEX triplet: 7D, AC and 1F. RGB value is (125,172,31). Sum of RGB (Red+Green+Blue) = 125+172+31=328 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.11% from 328); Green value is 172 (67.58% from 255 or 52.44% from 328); Blue value is 31 (12.5% from 255 or 9.45% from 328); Max value from RGB is 172 - color contains mainly: green. Hex color #7DAC1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DAC1F is #8253E0. Grayscale: #8E8E8E. Windows color (decimal): -8541153 or 2075773. OLE color: 2075773.

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

Color convert

RGB12517231-
CMYK0.2700.820.33
HSL80º69.46%39.8%-
HSV(B)80º81.98%67.45%-
XYZ23.4633.966.62-
YUV141.8765.43115.96-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 38.11%
GREEN value IS 172 (67.58% from 255) = 52.44%
BLUE value IS 31 (12.5% from 255) = 9.45%
R=38.11%
G=52.44%
B=9.45%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal125172310.2700.820.338069.4639.8
Hex7DAC1F1B05221504528
Octal175254373301224112010550
Binary11111011010110011111110110101001010000110100001000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAC1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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