#8AB38F

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

Shades of Envy #8AB38F

Tints of Envy #8AB38F

Color information

#8AB38F (or 0x8AB38F) is unknown color: approx Envy. HEX triplet: 8A, B3 and 8F. RGB value is (138,179,143). Sum of RGB (Red+Green+Blue) = 138+179+143=460 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30% from 460); Green value is 179 (70.31% from 255 or 38.91% from 460); Blue value is 143 (56.25% from 255 or 31.09% from 460); Max value from RGB is 179 - color contains mainly: green. Hex color #8AB38F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AB38F is #754C70. Grayscale: #A2A2A2. Windows color (decimal): -7687281 or 9417610. OLE color: 9417610.

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

Color convert

RGB138179143-
CMYK0.2300.200.30
HSL127.32º21.24%62.16%-
HSV(B)127.32º22.91%70.2%-
XYZ31.5639.6331.97-
YUV162.64116.92110.43-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30%
GREEN value IS 179 (70.31% from 255) = 38.91%
BLUE value IS 143 (56.25% from 255) = 31.09%
R=30%
G=38.91%
B=31.09%

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
Decimal1381791430.2300.200.30127.3221.2462.16
Hex8AB38F170141E7f153e
Octal21226321727024361772576
Binary1000101010110011100011111011101010011110111111110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB38F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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