Html Css Color HEX #81AE84 Envy

📋 copy color: '#81AE84'

red 129 ◦ green 174 ◦ blue 132

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

Shades of Envy #81AE84

Tints of Envy #81AE84

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40%

 BLUE value IS 132 (51.95% from 255) = 30.34%

R = 29.66%
G = 40%
B = 30.34%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.24

 K value IS 0.32

RGB Variations

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

Color information

#81AE84 (or 0x81AE84) is known color: Envy. HEX triplet: 81, AE and 84. RGB value is (129,174,132). Sum of RGB (Red+Green+Blue) = 129+174+132=435 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.66% from 435); Green value is 174 (68.36% from 255 or 40% from 435); Blue value is 132 (51.95% from 255 or 30.34% from 435); Max value from RGB is 174 - color contains mainly: green. Hex color #81AE84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81AE84 is #7E517B. Grayscale: #9B9B9B. Windows color (decimal): -8278396 or 8695425. OLE color: 8695425.

HSL color Cylindrical-coordinate representation of color #81AE84: hue angle of 124º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #81AE84 is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.32.

Color convert

RGB 129 174 132 -
CMYK 0.26 0 0.24 0.32
HSL 124º 0.22% 0.59% -
HSV(B) 124º 0.26% 0.68% -
XYZ 28.35 36.61 27.4 -
YUV 155.76 114.59 108.92 -
System Red Green Blue C M Y K H S L
Decimal 129 174 132 0.26 0 0.24 0.32 124 0.22 0.59
Hex 81 AE 84 1A 0 18 20 7C 16 3B
Octal 201 256 204 32 0 30 40 174 26 73
Binary 10000001 10101110 10000100 11010 0 11000 100000 1111100 10110 111011

Color Harmonies of #81AE84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81AE84

Black with #81AE84

Text Example


Text Example

White with #81AE84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,174,132); }

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

background-color css

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

 a { background-color: rgb(129,174,132); }

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

border-color css

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

 span { border-color: rgb(129,174,132); }

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