Html Css Color HEX #81AE74 Amulet

📋 copy color: '#81AE74'

red 129 ◦ green 174 ◦ blue 116

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

Shades of Amulet #81AE74

Tints of Amulet #81AE74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 27.68%

R = 30.79%
G = 41.53%
B = 27.68%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#81AE74 (or 0x81AE74) is known color: Amulet. HEX triplet: 81, AE and 74. RGB value is (129,174,116). Sum of RGB (Red+Green+Blue) = 129+174+116=419 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.79% from 419); Green value is 174 (68.36% from 255 or 41.53% from 419); Blue value is 116 (45.70% from 255 or 27.68% from 419); Max value from RGB is 174 - color contains mainly: green. Hex color #81AE74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81AE74 is #7E518B. Grayscale: #9A9A9A. Windows color (decimal): -8278412 or 7646849. OLE color: 7646849.

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

Color convert

RGB 129 174 116 -
CMYK 0.26 0 0.33 0.32
HSL 106.55º 0.26% 0.57% -
HSV(B) 106.55º 0.33% 0.68% -
XYZ 27.34 36.2 22.07 -
YUV 153.93 106.59 110.22 -
System Red Green Blue C M Y K H S L
Decimal 129 174 116 0.26 0 0.33 0.32 106.55 0.26 0.57
Hex 81 AE 74 1A 0 21 20 6B 1A 39
Octal 201 256 164 32 0 41 40 153 32 71
Binary 10000001 10101110 1110100 11010 0 100001 100000 1101011 11010 111001

Color Harmonies of #81AE74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81AE74

Black with #81AE74

Text Example


Text Example

White with #81AE74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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