Html Css Color HEX #8AAF80 Mantle

📋 copy color: '#8AAF80'

red 138 ◦ green 175 ◦ blue 128

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

Shades of Mantle #8AAF80

Tints of Mantle #8AAF80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 29.02%

R = 31.29%
G = 39.68%
B = 29.02%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#8AAF80 (or 0x8AAF80) is known color: Mantle. HEX triplet: 8A, AF and 80. RGB value is (138,175,128). Sum of RGB (Red+Green+Blue) = 138+175+128=441 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.29% from 441); Green value is 175 (68.75% from 255 or 39.68% from 441); Blue value is 128 (50.39% from 255 or 29.02% from 441); Max value from RGB is 175 - color contains mainly: green. Hex color #8AAF80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AAF80 is #75507F. Grayscale: #9E9E9E. Windows color (decimal): -7688320 or 8433546. OLE color: 8433546.

HSL color Cylindrical-coordinate representation of color #8AAF80: hue angle of 107.23º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8AAF80 is Cyan = 0.21, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 138 175 128 -
CMYK 0.21 0 0.27 0.31
HSL 107.23º 0.23% 0.59% -
HSV(B) 107.23º 0.27% 0.69% -
XYZ 29.71 37.62 26.12 -
YUV 158.58 110.74 113.32 -
System Red Green Blue C M Y K H S L
Decimal 138 175 128 0.21 0 0.27 0.31 107.23 0.23 0.59
Hex 8A AF 80 15 0 1B 1F 6B 17 3B
Octal 212 257 200 25 0 33 37 153 27 73
Binary 10001010 10101111 10000000 10101 0 11011 11111 1101011 10111 111011

Color Harmonies of #8AAF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAF80

Black with #8AAF80

Text Example


Text Example

White with #8AAF80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,175,128); }

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

background-color css

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

 a { background-color: rgb(138,175,128); }

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

border-color css

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

 span { border-color: rgb(138,175,128); }

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