#8AAF92

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

Shades of Envy #8AAF92

Tints of Envy #8AAF92

Color information

#8AAF92 (or 0x8AAF92) is unknown color: approx Envy. HEX triplet: 8A, AF and 92. RGB value is (138,175,146). Sum of RGB (Red+Green+Blue) = 138+175+146=459 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.07% from 459); Green value is 175 (68.75% from 255 or 38.13% from 459); Blue value is 146 (57.42% from 255 or 31.81% from 459); Max value from RGB is 175 - color contains mainly: green. Hex color #8AAF92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AAF92 is #75506D. Grayscale: #A0A0A0. Windows color (decimal): -7688302 or 9613194. OLE color: 9613194.

HSL color Cylindrical-coordinate representation of color #8AAF92: hue angle of 132.97º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8AAF92 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB138175146-
CMYK0.2100.170.31
HSL132.97º18.78%61.37%-
HSV(B)132.97º21.14%68.63%-
XYZ3138.1432.92-
YUV160.63119.74111.86-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.07%
GREEN value IS 175 (68.75% from 255) = 38.13%
BLUE value IS 146 (57.42% from 255) = 31.81%
R=30.07%
G=38.13%
B=31.81%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1381751460.2100.170.31132.9718.7861.37
Hex8AAF92150111F85133d
Octal21225722225021372052375
Binary10001010101011111001001010101010001111111000010110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,175,146); }

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

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

 a { background-color: rgb(138,175,146); }

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

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

 span { border-color: rgb(138,175,146); }

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