#8DAA90

Color #8DAA90 Envy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Envy #8DAA90

Tints of Envy #8DAA90

Color information

#8DAA90 (or 0x8DAA90) is unknown color: approx Envy. HEX triplet: 8D, AA and 90. RGB value is (141,170,144). Sum of RGB (Red+Green+Blue) = 141+170+144=455 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.99% from 455); Green value is 170 (66.80% from 255 or 37.36% from 455); Blue value is 144 (56.64% from 255 or 31.65% from 455); Max value from RGB is 170 - color contains mainly: green. Hex color #8DAA90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DAA90 is #72556F. Grayscale: #9E9E9E. Windows color (decimal): -7492976 or 9480845. OLE color: 9480845.

HSL color Cylindrical-coordinate representation of color #8DAA90: hue angle of 126.21º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8DAA90 is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB141170144-
CMYK0.1700.150.33
HSL126.21º14.57%60.98%-
HSV(B)126.21º17.06%66.67%-
XYZ30.3936.4331.81-
YUV158.36119.89115.61-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.99%
GREEN value IS 170 (66.80% from 255) = 37.36%
BLUE value IS 144 (56.64% from 255) = 31.65%
R=30.99%
G=37.36%
B=31.65%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1411701440.1700.150.33126.2114.5760.98
Hex8DAA90110F217ef3d
Octal21525222021017411761775
Binary100011011010101010010000100010111110000111111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,170,144); }

 H1.HeaderClassName
 {
   color: #8DAA90;
 }
 .AnyTagClassName
 {
   color: #8DAA90;
 }
</style>
background-color css

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

 a { background-color: rgb(141,170,144); }

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

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

 span { border-color: rgb(141,170,144); }

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