Html Css Color HEX #8DAF91 Envy

📋 copy color: '#8DAF91'

red 141 ◦ green 175 ◦ blue 145

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

Shades of Envy #8DAF91

Tints of Envy #8DAF91

RGB

 RED value IS 141 (55.47% from 255) = 30.59%

 GREEN value IS 175 (68.75% from 255) = 37.96%

 BLUE value IS 145 (57.03% from 255) = 31.45%

R = 30.59%
G = 37.96%
B = 31.45%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#8DAF91 (or 0x8DAF91) is known color: Envy. HEX triplet: 8D, AF and 91. RGB value is (141,175,145). Sum of RGB (Red+Green+Blue) = 141+175+145=461 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.59% from 461); Green value is 175 (68.75% from 255 or 37.96% from 461); Blue value is 145 (57.03% from 255 or 31.45% from 461); Max value from RGB is 175 - color contains mainly: green. Hex color #8DAF91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DAF91 is #72506E. Grayscale: #A1A1A1. Windows color (decimal): -7491695 or 9547661. OLE color: 9547661.

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

Color convert

RGB 141 175 145 -
CMYK 0.19 0 0.17 0.31
HSL 127.06º 0.18% 0.62% -
HSV(B) 127.06º 0.19% 0.69% -
XYZ 31.43 38.37 32.54 -
YUV 161.41 118.74 113.44 -
System Red Green Blue C M Y K H S L
Decimal 141 175 145 0.19 0 0.17 0.31 127.06 0.18 0.62
Hex 8D AF 91 13 0 11 1F 7F 12 3E
Octal 215 257 221 23 0 21 37 177 22 76
Binary 10001101 10101111 10010001 10011 0 10001 11111 1111111 10010 111110

Color Harmonies of #8DAF91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DAF91

Black with #8DAF91

Text Example


Text Example

White with #8DAF91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,175,145); }

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

background-color css

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

 a { background-color: rgb(141,175,145); }

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

border-color css

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

 span { border-color: rgb(141,175,145); }

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