#9AAF95

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

Shades of Mantle #9AAF95

Tints of Mantle #9AAF95

Color information

#9AAF95 (or 0x9AAF95) is unknown color: approx Mantle. HEX triplet: 9A, AF and 95. RGB value is (154,175,149). Sum of RGB (Red+Green+Blue) = 154+175+149=478 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.22% from 478); Green value is 175 (68.75% from 255 or 36.61% from 478); Blue value is 149 (58.59% from 255 or 31.17% from 478); Max value from RGB is 175 - color contains mainly: green. Hex color #9AAF95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAF95 is #65506A. Grayscale: #A5A5A5. Windows color (decimal): -6639723 or 9809818. OLE color: 9809818.

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

Color convert

RGB154175149-
CMYK0.1200.150.31
HSL108.46º13.98%63.53%-
HSV(B)108.46º14.86%68.63%-
XYZ34.0839.734.3-
YUV165.76118.54119.61-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.22%
GREEN value IS 175 (68.75% from 255) = 36.61%
BLUE value IS 149 (58.59% from 255) = 31.17%
R=32.22%
G=36.61%
B=31.17%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1541751490.1200.150.31108.4613.9863.53
Hex9AAF95C0F1F6ce40
Octal232257225140173715416100
Binary10011010101011111001010111000111111111110110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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