#8AB18F

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

Shades of Envy #8AB18F

Tints of Envy #8AB18F

Color information

#8AB18F (or 0x8AB18F) is unknown color: approx Envy. HEX triplet: 8A, B1 and 8F. RGB value is (138,177,143). Sum of RGB (Red+Green+Blue) = 138+177+143=458 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.13% from 458); Green value is 177 (69.53% from 255 or 38.65% from 458); Blue value is 143 (56.25% from 255 or 31.22% from 458); Max value from RGB is 177 - color contains mainly: green. Hex color #8AB18F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AB18F is #754E70. Grayscale: #A1A1A1. Windows color (decimal): -7687793 or 9417098. OLE color: 9417098.

HSL color Cylindrical-coordinate representation of color #8AB18F: hue angle of 127.69º 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 #8AB18F is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB138177143-
CMYK0.2200.190.31
HSL127.69º20%61.76%-
HSV(B)127.69º22.03%69.41%-
XYZ31.1638.8331.84-
YUV161.46117.58111.26-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.13%
GREEN value IS 177 (69.53% from 255) = 38.65%
BLUE value IS 143 (56.25% from 255) = 31.22%
R=30.13%
G=38.65%
B=31.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1381771430.2200.190.31127.692061.76
Hex8AB18F160131F80143e
Octal21226121726023372002476
Binary10001010101100011000111110110010011111111000000010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB18F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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