Html Css Color HEX #8DAE92 Envy

📋 copy color: '#8DAE92'

red 141 ◦ green 174 ◦ blue 146

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

Shades of Envy #8DAE92

Tints of Envy #8DAE92

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.74%

 BLUE value IS 146 (57.42% from 255) = 31.67%

R = 30.59%
G = 37.74%
B = 31.67%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#8DAE92 (or 0x8DAE92) is known color: Envy. HEX triplet: 8D, AE and 92. RGB value is (141,174,146). Sum of RGB (Red+Green+Blue) = 141+174+146=461 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.59% from 461); Green value is 174 (68.36% from 255 or 37.74% from 461); Blue value is 146 (57.42% from 255 or 31.67% from 461); Max value from RGB is 174 - color contains mainly: green. Hex color #8DAE92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DAE92 is #72516D. Grayscale: #A1A1A1. Windows color (decimal): -7491950 or 9612941. OLE color: 9612941.

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

Color convert

RGB 141 174 146 -
CMYK 0.19 0 0.16 0.32
HSL 129.09º 0.17% 0.62% -
HSV(B) 129.09º 0.19% 0.68% -
XYZ 31.31 38.01 32.88 -
YUV 160.94 119.57 113.78 -
System Red Green Blue C M Y K H S L
Decimal 141 174 146 0.19 0 0.16 0.32 129.09 0.17 0.62
Hex 8D AE 92 13 0 10 20 81 11 3E
Octal 215 256 222 23 0 20 40 201 21 76
Binary 10001101 10101110 10010010 10011 0 10000 100000 10000001 10001 111110

Color Harmonies of #8DAE92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DAE92

Black with #8DAE92

Text Example


Text Example

White with #8DAE92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,174,146); }

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

background-color css

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

 a { background-color: rgb(141,174,146); }

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

border-color css

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

 span { border-color: rgb(141,174,146); }

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