#8CAF8F

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

Shades of Envy #8CAF8F

Tints of Envy #8CAF8F

Color information

#8CAF8F (or 0x8CAF8F) is unknown color: approx Envy. HEX triplet: 8C, AF and 8F. RGB value is (140,175,143). Sum of RGB (Red+Green+Blue) = 140+175+143=458 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.57% from 458); Green value is 175 (68.75% from 255 or 38.21% from 458); Blue value is 143 (56.25% from 255 or 31.22% from 458); Max value from RGB is 175 - color contains mainly: green. Hex color #8CAF8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CAF8F is #735070. Grayscale: #A0A0A0. Windows color (decimal): -7557233 or 9416588. OLE color: 9416588.

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

Color convert

RGB140175143-
CMYK0.200.180.31
HSL125.14º17.95%61.76%-
HSV(B)125.14º20%68.63%-
XYZ31.138.2231.72-
YUV160.89117.9113.1-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.57%
GREEN value IS 175 (68.75% from 255) = 38.21%
BLUE value IS 143 (56.25% from 255) = 31.22%
R=30.57%
G=38.21%
B=31.22%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1401751430.200.180.31125.1417.9561.76
Hex8CAF8F140121F7d123e
Octal21425721724022371752276
Binary1000110010101111100011111010001001011111111110110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAF8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,175,143); }

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

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

 a { background-color: rgb(140,175,143); }

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

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

 span { border-color: rgb(140,175,143); }

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