Html Css Color HEX #81AD64 Asparagus

📋 copy color: '#81AD64'

red 129 ◦ green 173 ◦ blue 100

#81AD64
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Asparagus #81AD64

Tints of Asparagus #81AD64

RGB

 RED value IS 129 (50.78% from 255) = 32.09%

 GREEN value IS 173 (67.97% from 255) = 43.03%

 BLUE value IS 100 (39.45% from 255) = 24.88%

R = 32.09%
G = 43.03%
B = 24.88%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#81AD64 (or 0x81AD64) is known color: Asparagus. HEX triplet: 81, AD and 64. RGB value is (129,173,100). Sum of RGB (Red+Green+Blue) = 129+173+100=402 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.09% from 402); Green value is 173 (67.97% from 255 or 43.03% from 402); Blue value is 100 (39.45% from 255 or 24.88% from 402); Max value from RGB is 173 - color contains mainly: green. Hex color #81AD64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81AD64 is #7E529B. Grayscale: #979797. Windows color (decimal): -8278684 or 6598017. OLE color: 6598017.

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

Color convert

RGB 129 173 100 -
CMYK 0.25 0 0.42 0.32
HSL 96.16º 0.31% 0.54% -
HSV(B) 96.16º 0.42% 0.68% -
XYZ 26.3 35.47 17.52 -
YUV 151.52 98.92 111.94 -
System Red Green Blue C M Y K H S L
Decimal 129 173 100 0.25 0 0.42 0.32 96.16 0.31 0.54
Hex 81 AD 64 19 0 2A 20 60 1F 36
Octal 201 255 144 31 0 52 40 140 37 66
Binary 10000001 10101101 1100100 11001 0 101010 100000 1100000 11111 110110

Color Harmonies of #81AD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81AD64

Black with #81AD64

Text Example


Text Example

White with #81AD64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #81AD64;
 }
 .AnyTagClassName
 {
   color: #81AD64;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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