Html Css Color HEX #9CAE95 Mantle

📋 copy color: '#9CAE95'

red 156 ◦ green 174 ◦ blue 149

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

Shades of Mantle #9CAE95

Tints of Mantle #9CAE95

RGB

 RED value IS 156 (61.33% from 255) = 32.57%

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

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

R = 32.57%
G = 36.33%
B = 31.11%

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

#9CAE95 (or 0x9CAE95) is known color: Mantle. HEX triplet: 9C, AE and 95. RGB value is (156,174,149). Sum of RGB (Red+Green+Blue) = 156+174+149=479 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.57% from 479); Green value is 174 (68.36% from 255 or 36.33% from 479); Blue value is 149 (58.59% from 255 or 31.11% from 479); Max value from RGB is 174 - color contains mainly: green. Hex color #9CAE95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CAE95 is #63516A. Grayscale: #A5A5A5. Windows color (decimal): -6508907 or 9809564. OLE color: 9809564.

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

Color convert

RGB 156 174 149 -
CMYK 0.10 0 0.14 0.32
HSL 103.2º 0.13% 0.63% -
HSV(B) 103.2º 0.14% 0.68% -
XYZ 34.27 39.51 34.25 -
YUV 165.77 118.54 121.03 -
System Red Green Blue C M Y K H S L
Decimal 156 174 149 0.10 0 0.14 0.32 103.2 0.13 0.63
Hex 9C AE 95 A 0 E 20 67 D 3F
Octal 234 256 225 12 0 16 40 147 15 77
Binary 10011100 10101110 10010101 1010 0 1110 100000 1100111 1101 111111

Color Harmonies of #9CAE95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CAE95

Black with #9CAE95

Text Example


Text Example

White with #9CAE95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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