Html Css Color HEX #8EAF93 Envy

📋 copy color: '#8EAF93'

red 142 ◦ green 175 ◦ blue 147

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

Shades of Envy #8EAF93

Tints of Envy #8EAF93

RGB

 RED value IS 142 (55.86% from 255) = 30.6%

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

 BLUE value IS 147 (57.81% from 255) = 31.68%

R = 30.6%
G = 37.72%
B = 31.68%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#8EAF93 (or 0x8EAF93) is known color: Envy. HEX triplet: 8E, AF and 93. RGB value is (142,175,147). Sum of RGB (Red+Green+Blue) = 142+175+147=464 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.60% from 464); Green value is 175 (68.75% from 255 or 37.72% from 464); Blue value is 147 (57.81% from 255 or 31.68% from 464); Max value from RGB is 175 - color contains mainly: green. Hex color #8EAF93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EAF93 is #71506C. Grayscale: #A2A2A2. Windows color (decimal): -7426157 or 9678734. OLE color: 9678734.

HSL color Cylindrical-coordinate representation of color #8EAF93: hue angle of 129.09º degrees, saturation: 0.17, 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 #8EAF93 is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB 142 175 147 -
CMYK 0.19 0 0.16 0.31
HSL 129.09º 0.17% 0.62% -
HSV(B) 129.09º 0.19% 0.69% -
XYZ 31.75 38.52 33.36 -
YUV 161.94 119.57 113.78 -
System Red Green Blue C M Y K H S L
Decimal 142 175 147 0.19 0 0.16 0.31 129.09 0.17 0.62
Hex 8E AF 93 13 0 10 1F 81 11 3E
Octal 216 257 223 23 0 20 37 201 21 76
Binary 10001110 10101111 10010011 10011 0 10000 11111 10000001 10001 111110

Color Harmonies of #8EAF93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EAF93

Black with #8EAF93

Text Example


Text Example

White with #8EAF93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,175,147); }

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

background-color css

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

 a { background-color: rgb(142,175,147); }

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

border-color css

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

 span { border-color: rgb(142,175,147); }

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