Html Css Color HEX #8FAC94 Envy

📋 copy color: '#8FAC94'

red 143 ◦ green 172 ◦ blue 148

#8FAC94
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Envy #8FAC94

Tints of Envy #8FAC94

RGB

 RED value IS 143 (56.25% from 255) = 30.89%

 GREEN value IS 172 (67.58% from 255) = 37.15%

 BLUE value IS 148 (58.2% from 255) = 31.97%

R = 30.89%
G = 37.15%
B = 31.97%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#8FAC94 (or 0x8FAC94) is known color: Envy. HEX triplet: 8F, AC and 94. RGB value is (143,172,148). Sum of RGB (Red+Green+Blue) = 143+172+148=463 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.89% from 463); Green value is 172 (67.58% from 255 or 37.15% from 463); Blue value is 148 (58.20% from 255 or 31.97% from 463); Max value from RGB is 172 - color contains mainly: green. Hex color #8FAC94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FAC94 is #70536B. Grayscale: #A0A0A0. Windows color (decimal): -7361388 or 9743503. OLE color: 9743503.

HSL color Cylindrical-coordinate representation of color #8FAC94: hue angle of 130.34º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8FAC94 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB 143 172 148 -
CMYK 0.17 0 0.14 0.33
HSL 130.34º 0.15% 0.62% -
HSV(B) 130.34º 0.17% 0.67% -
XYZ 31.43 37.48 33.6 -
YUV 160.59 120.89 115.45 -
System Red Green Blue C M Y K H S L
Decimal 143 172 148 0.17 0 0.14 0.33 130.34 0.15 0.62
Hex 8F AC 94 11 0 E 21 82 F 3E
Octal 217 254 224 21 0 16 41 202 17 76
Binary 10001111 10101100 10010100 10001 0 1110 100001 10000010 1111 111110

Color Harmonies of #8FAC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FAC94

Black with #8FAC94

Text Example


Text Example

White with #8FAC94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,172,148); }

 H1.HeaderClassName
 {
   color: #8FAC94;
 }
 .AnyTagClassName
 {
   color: #8FAC94;
 }
</style>

background-color css

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

 a { background-color: rgb(143,172,148); }

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

border-color css

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

 span { border-color: rgb(143,172,148); }

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