Html Css Color HEX #8CA390 Envy

📋 copy color: '#8CA390'

red 140 ◦ green 163 ◦ blue 144

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

Shades of Envy #8CA390

Tints of Envy #8CA390

RGB

 RED value IS 140 (55.08% from 255) = 31.32%

 GREEN value IS 163 (64.06% from 255) = 36.47%

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

R = 31.32%
G = 36.47%
B = 32.21%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#8CA390 (or 0x8CA390) is known color: Envy. HEX triplet: 8C, A3 and 90. RGB value is (140,163,144). Sum of RGB (Red+Green+Blue) = 140+163+144=447 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.32% from 447); Green value is 163 (64.06% from 255 or 36.47% from 447); Blue value is 144 (56.64% from 255 or 32.21% from 447); Max value from RGB is 163 - color contains mainly: green. Hex color #8CA390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA390 is #735C6F. Grayscale: #9A9A9A. Windows color (decimal): -7560304 or 9479052. OLE color: 9479052.

HSL color Cylindrical-coordinate representation of color #8CA390: hue angle of 130.43º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8CA390 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB 140 163 144 -
CMYK 0.14 0 0.12 0.36
HSL 130.43º 0.11% 0.59% -
HSV(B) 130.43º 0.14% 0.64% -
XYZ 28.95 33.78 31.38 -
YUV 153.96 122.38 118.04 -
System Red Green Blue C M Y K H S L
Decimal 140 163 144 0.14 0 0.12 0.36 130.43 0.11 0.59
Hex 8C A3 90 E 0 C 24 82 B 3B
Octal 214 243 220 16 0 14 44 202 13 73
Binary 10001100 10100011 10010000 1110 0 1100 100100 10000010 1011 111011

Color Harmonies of #8CA390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA390

Black with #8CA390

Text Example


Text Example

White with #8CA390

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,163,144); }

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

background-color css

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

 a { background-color: rgb(140,163,144); }

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

border-color css

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

 span { border-color: rgb(140,163,144); }

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