Html Css Color HEX #9DAE95 Mantle

📋 copy color: '#9DAE95'

red 157 ◦ green 174 ◦ blue 149

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

Shades of Mantle #9DAE95

Tints of Mantle #9DAE95

RGB

 RED value IS 157 (61.72% from 255) = 32.71%

 GREEN value IS 174 (68.36% from 255) = 36.25%

 BLUE value IS 149 (58.59% from 255) = 31.04%

R = 32.71%
G = 36.25%
B = 31.04%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#9DAE95 (or 0x9DAE95) is known color: Mantle. HEX triplet: 9D, AE and 95. RGB value is (157,174,149). Sum of RGB (Red+Green+Blue) = 157+174+149=480 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.71% from 480); Green value is 174 (68.36% from 255 or 36.25% from 480); Blue value is 149 (58.59% from 255 or 31.04% from 480); Max value from RGB is 174 - color contains mainly: green. Hex color #9DAE95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAE95 is #62516A. Grayscale: #A6A6A6. Windows color (decimal): -6443371 or 9809565. OLE color: 9809565.

HSL color Cylindrical-coordinate representation of color #9DAE95: 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 #9DAE95 is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB 157 174 149 -
CMYK 0.10 0 0.14 0.32
HSL 100.8º 0.13% 0.63% -
HSV(B) 100.8º 0.14% 0.68% -
XYZ 34.47 39.61 34.26 -
YUV 166.07 118.37 121.53 -
System Red Green Blue C M Y K H S L
Decimal 157 174 149 0.10 0 0.14 0.32 100.8 0.13 0.63
Hex 9D AE 95 A 0 E 20 65 D 3F
Octal 235 256 225 12 0 16 40 145 15 77
Binary 10011101 10101110 10010101 1010 0 1110 100000 1100101 1101 111111

Color Harmonies of #9DAE95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAE95

Black with #9DAE95

Text Example


Text Example

White with #9DAE95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,174,149); }

 H1.HeaderClassName
 {
   color: #9DAE95;
 }
 .AnyTagClassName
 {
   color: #9DAE95;
 }
</style>

background-color css

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

 a { background-color: rgb(157,174,149); }

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

border-color css

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

 span { border-color: rgb(157,174,149); }

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