#8AB391

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

Shades of Envy #8AB391

Tints of Envy #8AB391

Color information

#8AB391 (or 0x8AB391) is unknown color: approx Envy. HEX triplet: 8A, B3 and 91. RGB value is (138,179,145). Sum of RGB (Red+Green+Blue) = 138+179+145=462 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.87% from 462); Green value is 179 (70.31% from 255 or 38.74% from 462); Blue value is 145 (57.03% from 255 or 31.39% from 462); Max value from RGB is 179 - color contains mainly: green. Hex color #8AB391 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AB391 is #754C6E. Grayscale: #A2A2A2. Windows color (decimal): -7687279 or 9548682. OLE color: 9548682.

HSL color Cylindrical-coordinate representation of color #8AB391: hue angle of 130.24º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8AB391 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.30.

Color convert

RGB138179145-
CMYK0.2300.190.30
HSL130.24º21.24%62.16%-
HSV(B)130.24º22.91%70.2%-
XYZ31.7139.6932.78-
YUV162.86117.92110.26-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.87%
GREEN value IS 179 (70.31% from 255) = 38.74%
BLUE value IS 145 (57.03% from 255) = 31.39%
R=29.87%
G=38.74%
B=31.39%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1381791450.2300.190.30130.2421.2462.16
Hex8AB391170131E82153e
Octal21226322127023362022576
Binary10001010101100111001000110111010011111101000001010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,179,145); }

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

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

 a { background-color: rgb(138,179,145); }

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

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

 span { border-color: rgb(138,179,145); }

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