#81AD60

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

Shades of Asparagus #81AD60

Tints of Asparagus #81AD60

Color information

#81AD60 (or 0x81AD60) is unknown color: approx Asparagus. HEX triplet: 81, AD and 60. RGB value is (129,173,96). Sum of RGB (Red+Green+Blue) = 129+173+96=398 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.41% from 398); Green value is 173 (67.97% from 255 or 43.47% from 398); Blue value is 96 (37.89% from 255 or 24.12% from 398); Max value from RGB is 173 - color contains mainly: green. Hex color #81AD60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81AD60 is #7E529F. Grayscale: #979797. Windows color (decimal): -8278688 or 6335873. OLE color: 6335873.

HSL color Cylindrical-coordinate representation of color #81AD60: hue angle of 94.29º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #81AD60 is Cyan = 0.25, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB12917396-
CMYK0.2500.450.32
HSL94.29º31.95%52.75%-
HSV(B)94.29º44.51%67.84%-
XYZ26.1135.416.52-
YUV151.0796.92112.26-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.41%
GREEN value IS 173 (67.97% from 255) = 43.47%
BLUE value IS 96 (37.89% from 255) = 24.12%
R=32.41%
G=43.47%
B=24.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal129173960.2500.450.3294.2931.9552.75
Hex81AD601902D205e2035
Octal20125514031055401364065
Binary100000011010110111000001100101011011000001011110100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AD60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,173,96); }

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

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

 a { background-color: rgb(129,173,96); }

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

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

 span { border-color: rgb(129,173,96); }

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