#78AC52

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

Shades of Asparagus #78AC52

Tints of Asparagus #78AC52

Color information

#78AC52 (or 0x78AC52) is unknown color: approx Asparagus. HEX triplet: 78, AC and 52. RGB value is (120,172,82). Sum of RGB (Red+Green+Blue) = 120+172+82=374 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.09% from 374); Green value is 172 (67.58% from 255 or 45.99% from 374); Blue value is 82 (32.42% from 255 or 21.93% from 374); Max value from RGB is 172 - color contains mainly: green. Hex color #78AC52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78AC52 is #8753AD. Grayscale: #929292. Windows color (decimal): -8868782 or 5418104. OLE color: 5418104.

HSL color Cylindrical-coordinate representation of color #78AC52: hue angle of 94.67º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78AC52 is Cyan = 0.30, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB12017282-
CMYK0.3000.520.33
HSL94.67º35.43%49.8%-
HSV(B)94.67º52.33%67.45%-
XYZ24.0234.1113.3-
YUV146.1991.77109.32-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.09%
GREEN value IS 172 (67.58% from 255) = 45.99%
BLUE value IS 82 (32.42% from 255) = 21.93%
R=32.09%
G=45.99%
B=21.93%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal120172820.3000.520.3394.6735.4349.8
Hex78AC521E034215f2332
Octal17025412236064411374362
Binary11110001010110010100101111001101001000011011111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AC52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,172,82); }

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

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

 a { background-color: rgb(120,172,82); }

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

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

 span { border-color: rgb(120,172,82); }

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