#81AA60

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

Shades of Asparagus #81AA60

Tints of Asparagus #81AA60

Color information

#81AA60 (or 0x81AA60) is unknown color: approx Asparagus. HEX triplet: 81, AA and 60. RGB value is (129,170,96). Sum of RGB (Red+Green+Blue) = 129+170+96=395 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.66% from 395); Green value is 170 (66.80% from 255 or 43.04% from 395); Blue value is 96 (37.89% from 255 or 24.30% from 395); Max value from RGB is 170 - color contains mainly: green. Hex color #81AA60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81AA60 is #7E559F. Grayscale: #959595. Windows color (decimal): -8279456 or 6335105. OLE color: 6335105.

HSL color Cylindrical-coordinate representation of color #81AA60: hue angle of 93.24º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #81AA60 is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB12917096-
CMYK0.2400.440.33
HSL93.24º30.33%52.16%-
HSV(B)93.24º43.53%66.67%-
XYZ25.5434.2616.33-
YUV149.397.92113.52-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.66%
GREEN value IS 170 (66.80% from 255) = 43.04%
BLUE value IS 96 (37.89% from 255) = 24.30%
R=32.66%
G=43.04%
B=24.30%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal129170960.2400.440.3393.2430.3352.16
Hex81AA601802C215d1e34
Octal20125214030054411353664
Binary10000001101010101100000110000101100100001101110111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AA60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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