Html Css Color HEX #8AA28D Envy

📋 copy color: '#8AA28D'

red 138 ◦ green 162 ◦ blue 141

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

Shades of Envy #8AA28D

Tints of Envy #8AA28D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 31.97%

R = 31.29%
G = 36.73%
B = 31.97%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#8AA28D (or 0x8AA28D) is known color: Envy. HEX triplet: 8A, A2 and 8D. RGB value is (138,162,141). Sum of RGB (Red+Green+Blue) = 138+162+141=441 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.29% from 441); Green value is 162 (63.67% from 255 or 36.73% from 441); Blue value is 141 (55.47% from 255 or 31.97% from 441); Max value from RGB is 162 - color contains mainly: green. Hex color #8AA28D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA28D is #755D72. Grayscale: #989898. Windows color (decimal): -7691635 or 9282186. OLE color: 9282186.

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

Color convert

RGB 138 162 141 -
CMYK 0.15 0 0.13 0.36
HSL 127.5º 0.11% 0.59% -
HSV(B) 127.5º 0.15% 0.64% -
XYZ 28.21 33.17 30.11 -
YUV 152.43 121.55 117.71 -
System Red Green Blue C M Y K H S L
Decimal 138 162 141 0.15 0 0.13 0.36 127.5 0.11 0.59
Hex 8A A2 8D F 0 D 24 80 B 3B
Octal 212 242 215 17 0 15 44 200 13 73
Binary 10001010 10100010 10001101 1111 0 1101 100100 10000000 1011 111011

Color Harmonies of #8AA28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA28D

Black with #8AA28D

Text Example


Text Example

White with #8AA28D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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