Html Css Color HEX #8AA285 Mantle

📋 copy color: '#8AA285'

red 138 ◦ green 162 ◦ blue 133

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

Shades of Mantle #8AA285

Tints of Mantle #8AA285

RGB

 RED value IS 138 (54.3% from 255) = 31.87%

 GREEN value IS 162 (63.67% from 255) = 37.41%

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

R = 31.87%
G = 37.41%
B = 30.72%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#8AA285 (or 0x8AA285) is known color: Mantle. HEX triplet: 8A, A2 and 85. RGB value is (138,162,133). Sum of RGB (Red+Green+Blue) = 138+162+133=433 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.87% from 433); Green value is 162 (63.67% from 255 or 37.41% from 433); Blue value is 133 (52.34% from 255 or 30.72% from 433); Max value from RGB is 162 - color contains mainly: green. Hex color #8AA285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AA285 is #755D7A. Grayscale: #979797. Windows color (decimal): -7691643 or 8757898. OLE color: 8757898.

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

Color convert

RGB 138 162 133 -
CMYK 0.15 0 0.18 0.36
HSL 109.66º 0.13% 0.58% -
HSV(B) 109.66º 0.18% 0.64% -
XYZ 27.64 32.94 27.09 -
YUV 151.52 117.55 118.36 -
System Red Green Blue C M Y K H S L
Decimal 138 162 133 0.15 0 0.18 0.36 109.66 0.13 0.58
Hex 8A A2 85 F 0 12 24 6E D 3A
Octal 212 242 205 17 0 22 44 156 15 72
Binary 10001010 10100010 10000101 1111 0 10010 100100 1101110 1101 111010

Color Harmonies of #8AA285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA285

Black with #8AA285

Text Example


Text Example

White with #8AA285

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,162,133); }

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

background-color css

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

 a { background-color: rgb(138,162,133); }

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

border-color css

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

 span { border-color: rgb(138,162,133); }

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