#7DAE5A

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

Shades of Asparagus #7DAE5A

Tints of Asparagus #7DAE5A

Color information

#7DAE5A (or 0x7DAE5A) is unknown color: approx Asparagus. HEX triplet: 7D, AE and 5A. RGB value is (125,174,90). Sum of RGB (Red+Green+Blue) = 125+174+90=389 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.13% from 389); Green value is 174 (68.36% from 255 or 44.73% from 389); Blue value is 90 (35.55% from 255 or 23.14% from 389); Max value from RGB is 174 - color contains mainly: green. Hex color #7DAE5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAE5A is #8251A5. Grayscale: #969696. Windows color (decimal): -8540582 or 5942909. OLE color: 5942909.

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

Color convert

RGB12517490-
CMYK0.2800.480.32
HSL95º34.15%51.76%-
HSV(B)95º48.28%68.24%-
XYZ25.4435.3715.16-
YUV149.7794.27110.33-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.13%
GREEN value IS 174 (68.36% from 255) = 44.73%
BLUE value IS 90 (35.55% from 255) = 23.14%
R=32.13%
G=44.73%
B=23.14%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal125174900.2800.480.329534.1551.76
Hex7DAE5A1C030205f2234
Octal17525613234060401374264
Binary11111011010111010110101110001100001000001011111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DAE5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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