Html Css Color HEX #83AC7F Amulet

📋 copy color: '#83AC7F'

red 131 ◦ green 172 ◦ blue 127

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

Shades of Amulet #83AC7F

Tints of Amulet #83AC7F

RGB

 RED value IS 131 (51.56% from 255) = 30.47%

 GREEN value IS 172 (67.58% from 255) = 40%

 BLUE value IS 127 (50% from 255) = 29.53%

R = 30.47%
G = 40%
B = 29.53%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#83AC7F (or 0x83AC7F) is known color: Amulet. HEX triplet: 83, AC and 7F. RGB value is (131,172,127). Sum of RGB (Red+Green+Blue) = 131+172+127=430 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.47% from 430); Green value is 172 (67.58% from 255 or 40% from 430); Blue value is 127 (50% from 255 or 29.53% from 430); Max value from RGB is 172 - color contains mainly: green. Hex color #83AC7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83AC7F is #7C5380. Grayscale: #9A9A9A. Windows color (decimal): -8147841 or 8367235. OLE color: 8367235.

HSL color Cylindrical-coordinate representation of color #83AC7F: hue angle of 114.67º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #83AC7F is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB 131 172 127 -
CMYK 0.24 0 0.26 0.33
HSL 114.67º 0.21% 0.59% -
HSV(B) 114.67º 0.26% 0.67% -
XYZ 27.94 35.86 25.53 -
YUV 154.61 112.42 111.16 -
System Red Green Blue C M Y K H S L
Decimal 131 172 127 0.24 0 0.26 0.33 114.67 0.21 0.59
Hex 83 AC 7F 18 0 1A 21 73 15 3B
Octal 203 254 177 30 0 32 41 163 25 73
Binary 10000011 10101100 1111111 11000 0 11010 100001 1110011 10101 111011

Color Harmonies of #83AC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AC7F

Black with #83AC7F

Text Example


Text Example

White with #83AC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83AC7F; }

 p { color: rgb(131,172,127); }

 H1.HeaderClassName
 {
   color: #83AC7F;
 }
 .AnyTagClassName
 {
   color: #83AC7F;
 }
</style>

background-color css

<style>
 a { background-color: #83AC7F; }

 a { background-color: rgb(131,172,127); }

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

border-color css

<style>
 span { border-color: #83AC7F; }

 span { border-color: rgb(131,172,127); }

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