#7AAF50

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

Shades of Asparagus #7AAF50

Tints of Asparagus #7AAF50

Color information

#7AAF50 (or 0x7AAF50) is unknown color: approx Asparagus. HEX triplet: 7A, AF and 50. RGB value is (122,175,80). Sum of RGB (Red+Green+Blue) = 122+175+80=377 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.36% from 377); Green value is 175 (68.75% from 255 or 46.42% from 377); Blue value is 80 (31.64% from 255 or 21.22% from 377); Max value from RGB is 175 - color contains mainly: green. Hex color #7AAF50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAF50 is #8550AF. Grayscale: #949494. Windows color (decimal): -8736944 or 5287802. OLE color: 5287802.

HSL color Cylindrical-coordinate representation of color #7AAF50: hue angle of 93.47º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7AAF50 is Cyan = 0.30, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB12217580-
CMYK0.3000.540.31
HSL93.47º37.25%50%-
HSV(B)93.47º54.29%68.63%-
XYZ24.835.3813.11-
YUV148.3289.44109.22-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 32.36%
GREEN value IS 175 (68.75% from 255) = 46.42%
BLUE value IS 80 (31.64% from 255) = 21.22%
R=32.36%
G=46.42%
B=21.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal122175800.3000.540.3193.4737.2550
Hex7AAF501E0361F5d2532
Octal17225712036066371354562
Binary1111010101011111010000111100110110111111011101100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AAF50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,175,80); }

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

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

 a { background-color: rgb(122,175,80); }

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

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

 span { border-color: rgb(122,175,80); }

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