#7DAE0A

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

Shades of Lima #7DAE0A

Tints of Lima #7DAE0A

Color information

#7DAE0A (or 0x7DAE0A) is unknown color: approx Lima. HEX triplet: 7D, AE and 0A. RGB value is (125,174,10). Sum of RGB (Red+Green+Blue) = 125+174+10=309 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.45% from 309); Green value is 174 (68.36% from 255 or 56.31% from 309); Blue value is 10 (4.30% from 255 or 3.24% from 309); Max value from RGB is 174 - color contains mainly: green. Hex color #7DAE0A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DAE0A is #8251F5. Grayscale: #8D8D8D. Windows color (decimal): -8540662 or 700029. OLE color: 700029.

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

Color convert

RGB12517410-
CMYK0.2800.940.32
HSL77.93º89.13%36.08%-
HSV(B)77.93º94.25%68.24%-
XYZ23.6534.655.73-
YUV140.6554.27116.84-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 40.45%
GREEN value IS 174 (68.36% from 255) = 56.31%
BLUE value IS 10 (4.30% from 255) = 3.24%
R=40.45%
G=56.31%
B=3.24%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal125174100.2800.940.3277.9389.1336.08
Hex7DAEA1C05E204e5924
Octal175256123401364011613144
Binary1111101101011101010111000101111010000010011101011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAE0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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