#78AD50

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

Shades of Asparagus #78AD50

Tints of Asparagus #78AD50

Color information

#78AD50 (or 0x78AD50) is unknown color: approx Asparagus. HEX triplet: 78, AD and 50. RGB value is (120,173,80). Sum of RGB (Red+Green+Blue) = 120+173+80=373 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.17% from 373); Green value is 173 (67.97% from 255 or 46.38% from 373); Blue value is 80 (31.64% from 255 or 21.45% from 373); Max value from RGB is 173 - color contains mainly: green. Hex color #78AD50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78AD50 is #8752AF. Grayscale: #929292. Windows color (decimal): -8868528 or 5287288. OLE color: 5287288.

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

Color convert

RGB12017380-
CMYK0.3100.540.32
HSL94.19º36.76%49.61%-
HSV(B)94.19º53.76%67.84%-
XYZ24.1434.4612.97-
YUV146.5590.44109.06-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.17%
GREEN value IS 173 (67.97% from 255) = 46.38%
BLUE value IS 80 (31.64% from 255) = 21.45%
R=32.17%
G=46.38%
B=21.45%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal120173800.3100.540.3294.1936.7649.61
Hex78AD501F036205e2532
Octal17025512037066401364562
Binary11110001010110110100001111101101101000001011110100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AD50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78AD50; }

 p { color: rgb(120,173,80); }

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

<style>
 a { background-color: #78AD50; }

 a { background-color: rgb(120,173,80); }

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

<style>
 span { border-color: #78AD50; }

 span { border-color: rgb(120,173,80); }

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