#9AAF8F

Color #9AAF8F Mantle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantle #9AAF8F

Tints of Mantle #9AAF8F

Color information

#9AAF8F (or 0x9AAF8F) is unknown color: approx Mantle. HEX triplet: 9A, AF and 8F. RGB value is (154,175,143). Sum of RGB (Red+Green+Blue) = 154+175+143=472 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.63% from 472); Green value is 175 (68.75% from 255 or 37.08% from 472); Blue value is 143 (56.25% from 255 or 30.30% from 472); Max value from RGB is 175 - color contains mainly: green. Hex color #9AAF8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAF8F is #655070. Grayscale: #A5A5A5. Windows color (decimal): -6639729 or 9416602. OLE color: 9416602.

HSL color Cylindrical-coordinate representation of color #9AAF8F: hue angle of 99.37º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9AAF8F is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB154175143-
CMYK0.1200.180.31
HSL99.37º16.67%62.35%-
HSV(B)99.37º18.29%68.63%-
XYZ33.6139.5131.84-
YUV165.07115.54120.1-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.63%
GREEN value IS 175 (68.75% from 255) = 37.08%
BLUE value IS 143 (56.25% from 255) = 30.30%
R=32.63%
G=37.08%
B=30.30%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1541751430.1200.180.3199.3716.6762.35
Hex9AAF8FC0121F63113e
Octal23225721714022371432176
Binary100110101010111110001111110001001011111110001110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAF8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AAF8F; }

 p { color: rgb(154,175,143); }

 H1.HeaderClassName
 {
   color: #9AAF8F;
 }
 .AnyTagClassName
 {
   color: #9AAF8F;
 }
</style>
background-color css

<style>
 a { background-color: #9AAF8F; }

 a { background-color: rgb(154,175,143); }

 div.DivClassName
 {
   background-color: #9AAF8F;
 }
 .BgClassName
 {
   background-color: #9AAF8F;
 }
</style>
border-color css

<style>
 span { border-color: #9AAF8F; }

 span { border-color: rgb(154,175,143); }

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