Html Css Color HEX #8AA18E Envy

📋 copy color: '#8AA18E'

red 138 ◦ green 161 ◦ blue 142

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

Shades of Envy #8AA18E

Tints of Envy #8AA18E

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.51%

 BLUE value IS 142 (55.86% from 255) = 32.2%

R = 31.29%
G = 36.51%
B = 32.2%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#8AA18E (or 0x8AA18E) is known color: Envy. HEX triplet: 8A, A1 and 8E. RGB value is (138,161,142). Sum of RGB (Red+Green+Blue) = 138+161+142=441 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.29% from 441); Green value is 161 (63.28% from 255 or 36.51% from 441); Blue value is 142 (55.86% from 255 or 32.20% from 441); Max value from RGB is 161 - color contains mainly: green. Hex color #8AA18E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA18E is #755E71. Grayscale: #989898. Windows color (decimal): -7691890 or 9347466. OLE color: 9347466.

HSL color Cylindrical-coordinate representation of color #8AA18E: hue angle of 130.43º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8AA18E is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB 138 161 142 -
CMYK 0.14 0 0.12 0.37
HSL 130.43º 0.11% 0.59% -
HSV(B) 130.43º 0.14% 0.63% -
XYZ 28.11 32.85 30.45 -
YUV 151.96 122.38 118.04 -
System Red Green Blue C M Y K H S L
Decimal 138 161 142 0.14 0 0.12 0.37 130.43 0.11 0.59
Hex 8A A1 8E E 0 C 25 82 B 3B
Octal 212 241 216 16 0 14 45 202 13 73
Binary 10001010 10100001 10001110 1110 0 1100 100101 10000010 1011 111011

Color Harmonies of #8AA18E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA18E

Black with #8AA18E

Text Example


Text Example

White with #8AA18E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,161,142); }

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

background-color css

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

 a { background-color: rgb(138,161,142); }

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

border-color css

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

 span { border-color: rgb(138,161,142); }

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