Html Css Color HEX #81AD66 Asparagus

📋 copy color: '#81AD66'

red 129 ◦ green 173 ◦ blue 102

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

Shades of Asparagus #81AD66

Tints of Asparagus #81AD66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 25.25%

R = 31.93%
G = 42.82%
B = 25.25%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#81AD66 (or 0x81AD66) is known color: Asparagus. HEX triplet: 81, AD and 66. RGB value is (129,173,102). Sum of RGB (Red+Green+Blue) = 129+173+102=404 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.93% from 404); Green value is 173 (67.97% from 255 or 42.82% from 404); Blue value is 102 (40.23% from 255 or 25.25% from 404); Max value from RGB is 173 - color contains mainly: green. Hex color #81AD66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81AD66 is #7E5299. Grayscale: #979797. Windows color (decimal): -8278682 or 6729089. OLE color: 6729089.

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

Color convert

RGB 129 173 102 -
CMYK 0.25 0 0.41 0.32
HSL 97.18º 0.3% 0.54% -
HSV(B) 97.18º 0.41% 0.68% -
XYZ 26.4 35.51 18.03 -
YUV 151.75 99.92 111.77 -
System Red Green Blue C M Y K H S L
Decimal 129 173 102 0.25 0 0.41 0.32 97.18 0.3 0.54
Hex 81 AD 66 19 0 29 20 61 1E 36
Octal 201 255 146 31 0 51 40 141 36 66
Binary 10000001 10101101 1100110 11001 0 101001 100000 1100001 11110 110110

Color Harmonies of #81AD66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81AD66

Black with #81AD66

Text Example


Text Example

White with #81AD66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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