#81A366

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

Shades of Asparagus #81A366

Tints of Asparagus #81A366

Color information

#81A366 (or 0x81A366) is unknown color: approx Asparagus. HEX triplet: 81, A3 and 66. RGB value is (129,163,102). Sum of RGB (Red+Green+Blue) = 129+163+102=394 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.74% from 394); Green value is 163 (64.06% from 255 or 41.37% from 394); Blue value is 102 (40.23% from 255 or 25.89% from 394); Max value from RGB is 163 - color contains mainly: green. Hex color #81A366 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81A366 is #7E5C99. Grayscale: #929292. Windows color (decimal): -8281242 or 6726529. OLE color: 6726529.

HSL color Cylindrical-coordinate representation of color #81A366: hue angle of 93.44º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #81A366 is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.36.

Color convert

RGB129163102-
CMYK0.2100.370.36
HSL93.44º24.9%51.96%-
HSV(B)93.44º37.42%63.92%-
XYZ24.5531.8217.42-
YUV145.88103.24115.96-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.74%
GREEN value IS 163 (64.06% from 255) = 41.37%
BLUE value IS 102 (40.23% from 255) = 25.89%
R=32.74%
G=41.37%
B=25.89%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1291631020.2100.370.3693.4424.951.96
Hex81A36615025245d1934
Octal20124314625045441353164
Binary10000001101000111100110101010100101100100101110111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81A366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81A366; }

 p { color: rgb(129,163,102); }

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

<style>
 a { background-color: #81A366; }

 a { background-color: rgb(129,163,102); }

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

<style>
 span { border-color: #81A366; }

 span { border-color: rgb(129,163,102); }

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