#7DAA1E

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

Shades of Lima #7DAA1E

Tints of Lima #7DAA1E

Color information

#7DAA1E (or 0x7DAA1E) is unknown color: approx Lima. HEX triplet: 7D, AA and 1E. RGB value is (125,170,30). Sum of RGB (Red+Green+Blue) = 125+170+30=325 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.46% from 325); Green value is 170 (66.80% from 255 or 52.31% from 325); Blue value is 30 (12.11% from 255 or 9.23% from 325); Max value from RGB is 170 - color contains mainly: green. Hex color #7DAA1E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DAA1E is #8255E1. Grayscale: #8D8D8D. Windows color (decimal): -8541666 or 2009725. OLE color: 2009725.

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

Color convert

RGB12517030-
CMYK0.2600.820.33
HSL79.29º70%39.22%-
HSV(B)79.29º82.35%66.67%-
XYZ23.0733.26.42-
YUV140.5865.59116.88-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 38.46%
GREEN value IS 170 (66.80% from 255) = 52.31%
BLUE value IS 30 (12.11% from 255) = 9.23%
R=38.46%
G=52.31%
B=9.23%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal125170300.2600.820.3379.297039.22
Hex7DAA1E1A052214f4627
Octal175252363201224111710647
Binary11111011010101011110110100101001010000110011111000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAA1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,170,30); }

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

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

 a { background-color: rgb(125,170,30); }

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

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

 span { border-color: rgb(125,170,30); }

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