Html Css Color HEX #8AA273 Amulet

📋 copy color: '#8AA273'

red 138 ◦ green 162 ◦ blue 115

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

Shades of Amulet #8AA273

Tints of Amulet #8AA273

RGB

 RED value IS 138 (54.3% from 255) = 33.25%

 GREEN value IS 162 (63.67% from 255) = 39.04%

 BLUE value IS 115 (45.31% from 255) = 27.71%

R = 33.25%
G = 39.04%
B = 27.71%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#8AA273 (or 0x8AA273) is known color: Amulet. HEX triplet: 8A, A2 and 73. RGB value is (138,162,115). Sum of RGB (Red+Green+Blue) = 138+162+115=415 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.25% from 415); Green value is 162 (63.67% from 255 or 39.04% from 415); Blue value is 115 (45.31% from 255 or 27.71% from 415); Max value from RGB is 162 - color contains mainly: green. Hex color #8AA273 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA273 is #755D8C. Grayscale: #959595. Windows color (decimal): -7691661 or 7578250. OLE color: 7578250.

HSL color Cylindrical-coordinate representation of color #8AA273: hue angle of 90.64º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8AA273 is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB 138 162 115 -
CMYK 0.15 0 0.29 0.36
HSL 90.64º 0.2% 0.54% -
HSV(B) 90.64º 0.29% 0.64% -
XYZ 26.5 32.48 21.09 -
YUV 149.47 108.55 119.82 -
System Red Green Blue C M Y K H S L
Decimal 138 162 115 0.15 0 0.29 0.36 90.64 0.2 0.54
Hex 8A A2 73 F 0 1D 24 5B 14 36
Octal 212 242 163 17 0 35 44 133 24 66
Binary 10001010 10100010 1110011 1111 0 11101 100100 1011011 10100 110110

Color Harmonies of #8AA273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA273

Black with #8AA273

Text Example


Text Example

White with #8AA273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8AA273; }

 p { color: rgb(138,162,115); }

 H1.HeaderClassName
 {
   color: #8AA273;
 }
 .AnyTagClassName
 {
   color: #8AA273;
 }
</style>

background-color css

<style>
 a { background-color: #8AA273; }

 a { background-color: rgb(138,162,115); }

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

border-color css

<style>
 span { border-color: #8AA273; }

 span { border-color: rgb(138,162,115); }

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