#8AB18E

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

Shades of Envy #8AB18E

Tints of Envy #8AB18E

Color information

#8AB18E (or 0x8AB18E) is unknown color: approx Envy. HEX triplet: 8A, B1 and 8E. RGB value is (138,177,142). Sum of RGB (Red+Green+Blue) = 138+177+142=457 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.20% from 457); Green value is 177 (69.53% from 255 or 38.73% from 457); Blue value is 142 (55.86% from 255 or 31.07% from 457); Max value from RGB is 177 - color contains mainly: green. Hex color #8AB18E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AB18E is #754E71. Grayscale: #A1A1A1. Windows color (decimal): -7687794 or 9351562. OLE color: 9351562.

HSL color Cylindrical-coordinate representation of color #8AB18E: hue angle of 126.15º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8AB18E is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB138177142-
CMYK0.2200.200.31
HSL126.15º20%61.76%-
HSV(B)126.15º22.03%69.41%-
XYZ31.0938.831.44-
YUV161.35117.08111.35-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.20%
GREEN value IS 177 (69.53% from 255) = 38.73%
BLUE value IS 142 (55.86% from 255) = 31.07%
R=30.20%
G=38.73%
B=31.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1381771420.2200.200.31126.152061.76
Hex8AB18E160141F7e143e
Octal21226121626024371762476
Binary1000101010110001100011101011001010011111111111010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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