Html Css Color HEX #8EAF90 Envy

📋 copy color: '#8EAF90'

red 142 ◦ green 175 ◦ blue 144

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

Shades of Envy #8EAF90

Tints of Envy #8EAF90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 31.24%

R = 30.8%
G = 37.96%
B = 31.24%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#8EAF90 (or 0x8EAF90) is known color: Envy. HEX triplet: 8E, AF and 90. RGB value is (142,175,144). Sum of RGB (Red+Green+Blue) = 142+175+144=461 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.80% from 461); Green value is 175 (68.75% from 255 or 37.96% from 461); Blue value is 144 (56.64% from 255 or 31.24% from 461); Max value from RGB is 175 - color contains mainly: green. Hex color #8EAF90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EAF90 is #71506F. Grayscale: #A1A1A1. Windows color (decimal): -7426160 or 9482126. OLE color: 9482126.

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

Color convert

RGB 142 175 144 -
CMYK 0.19 0 0.18 0.31
HSL 123.64º 0.17% 0.62% -
HSV(B) 123.64º 0.19% 0.69% -
XYZ 31.52 38.42 32.14 -
YUV 161.6 118.07 114.02 -
System Red Green Blue C M Y K H S L
Decimal 142 175 144 0.19 0 0.18 0.31 123.64 0.17 0.62
Hex 8E AF 90 13 0 12 1F 7C 11 3E
Octal 216 257 220 23 0 22 37 174 21 76
Binary 10001110 10101111 10010000 10011 0 10010 11111 1111100 10001 111110

Color Harmonies of #8EAF90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EAF90

Black with #8EAF90

Text Example


Text Example

White with #8EAF90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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