Html Css Color HEX #8DA185 Mantle

📋 copy color: '#8DA185'

red 141 ◦ green 161 ◦ blue 133

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

Shades of Mantle #8DA185

Tints of Mantle #8DA185

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.01%

 BLUE value IS 133 (52.34% from 255) = 30.57%

R = 32.41%
G = 37.01%
B = 30.57%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#8DA185 (or 0x8DA185) is known color: Mantle. HEX triplet: 8D, A1 and 85. RGB value is (141,161,133). Sum of RGB (Red+Green+Blue) = 141+161+133=435 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.41% from 435); Green value is 161 (63.28% from 255 or 37.01% from 435); Blue value is 133 (52.34% from 255 or 30.57% from 435); Max value from RGB is 161 - color contains mainly: green. Hex color #8DA185 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA185 is #725E7A. Grayscale: #979797. Windows color (decimal): -7495291 or 8757645. OLE color: 8757645.

HSL color Cylindrical-coordinate representation of color #8DA185: hue angle of 102.86º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8DA185 is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB 141 161 133 -
CMYK 0.12 0 0.17 0.37
HSL 102.86º 0.13% 0.58% -
HSV(B) 102.86º 0.17% 0.63% -
XYZ 27.96 32.85 27.06 -
YUV 151.83 117.37 120.28 -
System Red Green Blue C M Y K H S L
Decimal 141 161 133 0.12 0 0.17 0.37 102.86 0.13 0.58
Hex 8D A1 85 C 0 11 25 67 D 3A
Octal 215 241 205 14 0 21 45 147 15 72
Binary 10001101 10100001 10000101 1100 0 10001 100101 1100111 1101 111010

Color Harmonies of #8DA185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA185

Black with #8DA185

Text Example


Text Example

White with #8DA185

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,161,133); }

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

background-color css

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

 a { background-color: rgb(141,161,133); }

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

border-color css

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

 span { border-color: rgb(141,161,133); }

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