#7DAE1A

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

Shades of Lima #7DAE1A

Tints of Lima #7DAE1A

Color information

#7DAE1A (or 0x7DAE1A) is unknown color: approx Lima. HEX triplet: 7D, AE and 1A. RGB value is (125,174,26). Sum of RGB (Red+Green+Blue) = 125+174+26=325 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.46% from 325); Green value is 174 (68.36% from 255 or 53.54% from 325); Blue value is 26 (10.55% from 255 or 8% from 325); Max value from RGB is 174 - color contains mainly: green. Hex color #7DAE1A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DAE1A is #8251E5. Grayscale: #8F8F8F. Windows color (decimal): -8540646 or 1748605. OLE color: 1748605.

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

Color convert

RGB12517426-
CMYK0.2800.850.32
HSL79.86º74%39.22%-
HSV(B)79.86º85.06%68.24%-
XYZ23.7834.716.42-
YUV142.4862.27115.53-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 38.46%
GREEN value IS 174 (68.36% from 255) = 53.54%
BLUE value IS 26 (10.55% from 255) = 8%
R=38.46%
G=53.54%
B=8%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal125174260.2800.850.3279.867439.22
Hex7DAE1A1C05520504a27
Octal175256323401254012011247
Binary11111011010111011010111000101010110000010100001001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAE1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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