Html Css Color HEX #8DA48F Envy

📋 copy color: '#8DA48F'

red 141 ◦ green 164 ◦ blue 143

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

Shades of Envy #8DA48F

Tints of Envy #8DA48F

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.61%

 BLUE value IS 143 (56.25% from 255) = 31.92%

R = 31.47%
G = 36.61%
B = 31.92%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#8DA48F (or 0x8DA48F) is known color: Envy. HEX triplet: 8D, A4 and 8F. RGB value is (141,164,143). Sum of RGB (Red+Green+Blue) = 141+164+143=448 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.47% from 448); Green value is 164 (64.45% from 255 or 36.61% from 448); Blue value is 143 (56.25% from 255 or 31.92% from 448); Max value from RGB is 164 - color contains mainly: green. Hex color #8DA48F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA48F is #725B70. Grayscale: #9A9A9A. Windows color (decimal): -7494513 or 9413773. OLE color: 9413773.

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

Color convert

RGB 141 164 143 -
CMYK 0.14 0 0.13 0.36
HSL 125.22º 0.11% 0.6% -
HSV(B) 125.22º 0.14% 0.64% -
XYZ 29.22 34.2 31.05 -
YUV 154.73 121.38 118.21 -
System Red Green Blue C M Y K H S L
Decimal 141 164 143 0.14 0 0.13 0.36 125.22 0.11 0.6
Hex 8D A4 8F E 0 D 24 7D B 3C
Octal 215 244 217 16 0 15 44 175 13 74
Binary 10001101 10100100 10001111 1110 0 1101 100100 1111101 1011 111100

Color Harmonies of #8DA48F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA48F

Black with #8DA48F

Text Example


Text Example

White with #8DA48F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,164,143); }

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

background-color css

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

 a { background-color: rgb(141,164,143); }

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

border-color css

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

 span { border-color: rgb(141,164,143); }

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