#9DAF98

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

Shades of Mantle #9DAF98

Tints of Mantle #9DAF98

Color information

#9DAF98 (or 0x9DAF98) is unknown color: approx Mantle. HEX triplet: 9D, AF and 98. RGB value is (157,175,152). Sum of RGB (Red+Green+Blue) = 157+175+152=484 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.44% from 484); Green value is 175 (68.75% from 255 or 36.16% from 484); Blue value is 152 (59.77% from 255 or 31.40% from 484); Max value from RGB is 175 - color contains mainly: green. Hex color #9DAF98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAF98 is #625067. Grayscale: #A7A7A7. Windows color (decimal): -6443112 or 10006429. OLE color: 10006429.

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

Color convert

RGB157175152-
CMYK0.1000.130.31
HSL106.96º12.57%64.12%-
HSV(B)106.96º13.14%68.63%-
XYZ34.940.135.61-
YUV167119.54120.87-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.44%
GREEN value IS 175 (68.75% from 255) = 36.16%
BLUE value IS 152 (59.77% from 255) = 31.40%
R=32.44%
G=36.16%
B=31.40%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1571751520.1000.130.31106.9612.5764.12
Hex9DAF98A0D1F6bd40
Octal235257230120153715315100
Binary10011101101011111001100010100110111111110101111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,175,152); }

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

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

 a { background-color: rgb(157,175,152); }

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

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

 span { border-color: rgb(157,175,152); }

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