#8AB390

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

Shades of Envy #8AB390

Tints of Envy #8AB390

Color information

#8AB390 (or 0x8AB390) is unknown color: approx Envy. HEX triplet: 8A, B3 and 90. RGB value is (138,179,144). Sum of RGB (Red+Green+Blue) = 138+179+144=461 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.93% from 461); Green value is 179 (70.31% from 255 or 38.83% from 461); Blue value is 144 (56.64% from 255 or 31.24% from 461); Max value from RGB is 179 - color contains mainly: green. Hex color #8AB390 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AB390 is #754C6F. Grayscale: #A2A2A2. Windows color (decimal): -7687280 or 9483146. OLE color: 9483146.

HSL color Cylindrical-coordinate representation of color #8AB390: hue angle of 128.78º 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 #8AB390 is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB138179144-
CMYK0.2300.200.30
HSL128.78º21.24%62.16%-
HSV(B)128.78º22.91%70.2%-
XYZ31.6439.6632.37-
YUV162.75117.42110.35-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.93%
GREEN value IS 179 (70.31% from 255) = 38.83%
BLUE value IS 144 (56.64% from 255) = 31.24%
R=29.93%
G=38.83%
B=31.24%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1381791440.2300.200.30128.7821.2462.16
Hex8AB390170141E81153e
Octal21226322027024362012576
Binary10001010101100111001000010111010100111101000000110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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