#8DA290

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

Shades of Envy #8DA290

Tints of Envy #8DA290

Color information

#8DA290 (or 0x8DA290) is unknown color: approx Envy. HEX triplet: 8D, A2 and 90. RGB value is (141,162,144). Sum of RGB (Red+Green+Blue) = 141+162+144=447 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.54% from 447); Green value is 162 (63.67% from 255 or 36.24% from 447); Blue value is 144 (56.64% from 255 or 32.21% from 447); Max value from RGB is 162 - color contains mainly: green. Hex color #8DA290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA290 is #725D6F. Grayscale: #999999. Windows color (decimal): -7495024 or 9478797. OLE color: 9478797.

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

Color convert

RGB141162144-
CMYK0.1300.110.36
HSL128.57º10.14%59.41%-
HSV(B)128.57º12.96%63.53%-
XYZ28.9433.5231.33-
YUV153.67122.54118.96-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.54%
GREEN value IS 162 (63.67% from 255) = 36.24%
BLUE value IS 144 (56.64% from 255) = 32.21%
R=31.54%
G=36.24%
B=32.21%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1411621440.1300.110.36128.5710.1459.41
Hex8DA290D0B2481a3b
Octal21524222015013442011273
Binary100011011010001010010000110101011100100100000011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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