Html Css Color HEX #8AA272 Amulet

📋 copy color: '#8AA272'

red 138 ◦ green 162 ◦ blue 114

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

Shades of Amulet #8AA272

Tints of Amulet #8AA272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 27.54%

R = 33.33%
G = 39.13%
B = 27.54%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#8AA272 (or 0x8AA272) is known color: Amulet. HEX triplet: 8A, A2 and 72. RGB value is (138,162,114). Sum of RGB (Red+Green+Blue) = 138+162+114=414 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.33% from 414); Green value is 162 (63.67% from 255 or 39.13% from 414); Blue value is 114 (44.92% from 255 or 27.54% from 414); Max value from RGB is 162 - color contains mainly: green. Hex color #8AA272 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA272 is #755D8D. Grayscale: #959595. Windows color (decimal): -7691662 or 7512714. OLE color: 7512714.

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

Color convert

RGB 138 162 114 -
CMYK 0.15 0 0.30 0.36
HSL 90º 0.21% 0.54% -
HSV(B) 90º 0.3% 0.64% -
XYZ 26.44 32.46 20.79 -
YUV 149.35 108.05 119.9 -
System Red Green Blue C M Y K H S L
Decimal 138 162 114 0.15 0 0.30 0.36 90 0.21 0.54
Hex 8A A2 72 F 0 1E 24 5A 15 36
Octal 212 242 162 17 0 36 44 132 25 66
Binary 10001010 10100010 1110010 1111 0 11110 100100 1011010 10101 110110

Color Harmonies of #8AA272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA272

Black with #8AA272

Text Example


Text Example

White with #8AA272

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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