#9CAD94

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

Shades of Mantle #9CAD94

Tints of Mantle #9CAD94

Color information

#9CAD94 (or 0x9CAD94) is unknown color: approx Mantle. HEX triplet: 9C, AD and 94. RGB value is (156,173,148). Sum of RGB (Red+Green+Blue) = 156+173+148=477 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.70% from 477); Green value is 173 (67.97% from 255 or 36.27% from 477); Blue value is 148 (58.20% from 255 or 31.03% from 477); Max value from RGB is 173 - color contains mainly: green. Hex color #9CAD94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CAD94 is #63526B. Grayscale: #A5A5A5. Windows color (decimal): -6509164 or 9743772. OLE color: 9743772.

HSL color Cylindrical-coordinate representation of color #9CAD94: hue angle of 100.8º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9CAD94 is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB156173148-
CMYK0.1000.140.32
HSL100.8º13.23%62.94%-
HSV(B)100.8º14.45%67.84%-
XYZ3439.0933.77-
YUV165.07118.37121.53-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.70%
GREEN value IS 173 (67.97% from 255) = 36.27%
BLUE value IS 148 (58.20% from 255) = 31.03%
R=32.70%
G=36.27%
B=31.03%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1561731480.1000.140.32100.813.2362.94
Hex9CAD94A0E2065d3f
Octal23425522412016401451577
Binary10011100101011011001010010100111010000011001011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,173,148); }

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

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

 a { background-color: rgb(156,173,148); }

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

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

 span { border-color: rgb(156,173,148); }

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