#78AE5A

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

Shades of Asparagus #78AE5A

Tints of Asparagus #78AE5A

Color information

#78AE5A (or 0x78AE5A) is unknown color: approx Asparagus. HEX triplet: 78, AE and 5A. RGB value is (120,174,90). Sum of RGB (Red+Green+Blue) = 120+174+90=384 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.25% from 384); Green value is 174 (68.36% from 255 or 45.31% from 384); Blue value is 90 (35.55% from 255 or 23.44% from 384); Max value from RGB is 174 - color contains mainly: green. Hex color #78AE5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78AE5A is #8751A5. Grayscale: #949494. Windows color (decimal): -8868262 or 5942904. OLE color: 5942904.

HSL color Cylindrical-coordinate representation of color #78AE5A: hue angle of 98.57º 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 #78AE5A is Cyan = 0.31, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.32.

Color convert

RGB12017490-
CMYK0.3100.480.32
HSL98.57º34.15%51.76%-
HSV(B)98.57º48.28%68.24%-
XYZ24.733515.13-
YUV148.2895.11107.83-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.25%
GREEN value IS 174 (68.36% from 255) = 45.31%
BLUE value IS 90 (35.55% from 255) = 23.44%
R=31.25%
G=45.31%
B=23.44%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal120174900.3100.480.3298.5734.1551.76
Hex78AE5A1F03020632234
Octal17025613237060401434264
Binary11110001010111010110101111101100001000001100011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AE5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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