Html Css Color HEX #8EB294 Envy

📋 copy color: '#8EB294'

red 142 ◦ green 178 ◦ blue 148

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

Shades of Envy #8EB294

Tints of Envy #8EB294

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.03%

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

R = 30.34%
G = 38.03%
B = 31.62%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#8EB294 (or 0x8EB294) is known color: Envy. HEX triplet: 8E, B2 and 94. RGB value is (142,178,148). Sum of RGB (Red+Green+Blue) = 142+178+148=468 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.34% from 468); Green value is 178 (69.92% from 255 or 38.03% from 468); Blue value is 148 (58.20% from 255 or 31.62% from 468); Max value from RGB is 178 - color contains mainly: green. Hex color #8EB294 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EB294 is #714D6B. Grayscale: #A3A3A3. Windows color (decimal): -7425388 or 9745038. OLE color: 9745038.

HSL color Cylindrical-coordinate representation of color #8EB294: hue angle of 130º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8EB294 is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB 142 178 148 -
CMYK 0.20 0 0.17 0.30
HSL 130º 0.19% 0.63% -
HSV(B) 130º 0.2% 0.7% -
XYZ 32.42 39.73 33.98 -
YUV 163.82 119.07 112.44 -
System Red Green Blue C M Y K H S L
Decimal 142 178 148 0.20 0 0.17 0.30 130 0.19 0.63
Hex 8E B2 94 14 0 11 1E 82 13 3F
Octal 216 262 224 24 0 21 36 202 23 77
Binary 10001110 10110010 10010100 10100 0 10001 11110 10000010 10011 111111

Color Harmonies of #8EB294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EB294

Black with #8EB294

Text Example


Text Example

White with #8EB294

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,178,148); }

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

background-color css

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

 a { background-color: rgb(142,178,148); }

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

border-color css

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

 span { border-color: rgb(142,178,148); }

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