Html Css Color HEX #81AE68 Amulet

📋 copy color: '#81AE68'

red 129 ◦ green 174 ◦ blue 104

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

Shades of Amulet #81AE68

Tints of Amulet #81AE68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 25.55%

R = 31.7%
G = 42.75%
B = 25.55%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#81AE68 (or 0x81AE68) is known color: Amulet. HEX triplet: 81, AE and 68. RGB value is (129,174,104). Sum of RGB (Red+Green+Blue) = 129+174+104=407 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.70% from 407); Green value is 174 (68.36% from 255 or 42.75% from 407); Blue value is 104 (41.02% from 255 or 25.55% from 407); Max value from RGB is 174 - color contains mainly: green. Hex color #81AE68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81AE68 is #7E5197. Grayscale: #989898. Windows color (decimal): -8278424 or 6860417. OLE color: 6860417.

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

Color convert

RGB 129 174 104 -
CMYK 0.26 0 0.40 0.32
HSL 98.57º 0.3% 0.55% -
HSV(B) 98.57º 0.4% 0.68% -
XYZ 26.69 35.94 18.63 -
YUV 152.57 100.59 111.19 -
System Red Green Blue C M Y K H S L
Decimal 129 174 104 0.26 0 0.40 0.32 98.57 0.3 0.55
Hex 81 AE 68 1A 0 28 20 63 1E 37
Octal 201 256 150 32 0 50 40 143 36 67
Binary 10000001 10101110 1101000 11010 0 101000 100000 1100011 11110 110111

Color Harmonies of #81AE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81AE68

Black with #81AE68

Text Example


Text Example

White with #81AE68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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