#95AF8A

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

Shades of Mantle #95AF8A

Tints of Mantle #95AF8A

Color information

#95AF8A (or 0x95AF8A) is unknown color: approx Mantle. HEX triplet: 95, AF and 8A. RGB value is (149,175,138). Sum of RGB (Red+Green+Blue) = 149+175+138=462 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.25% from 462); Green value is 175 (68.75% from 255 or 37.88% from 462); Blue value is 138 (54.30% from 255 or 29.87% from 462); Max value from RGB is 175 - color contains mainly: green. Hex color #95AF8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95AF8A is #6A5075. Grayscale: #A3A3A3. Windows color (decimal): -6967414 or 9088917. OLE color: 9088917.

HSL color Cylindrical-coordinate representation of color #95AF8A: hue angle of 102.16º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #95AF8A is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB149175138-
CMYK0.1500.210.31
HSL102.16º18.78%61.37%-
HSV(B)102.16º21.14%68.63%-
XYZ32.3138.8829.85-
YUV163.01113.89118.01-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.25%
GREEN value IS 175 (68.75% from 255) = 37.88%
BLUE value IS 138 (54.30% from 255) = 29.87%
R=32.25%
G=37.88%
B=29.87%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1491751380.1500.210.31102.1618.7861.37
Hex95AF8AF0151F66133d
Octal22525721217025371462375
Binary100101011010111110001010111101010111111110011010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95AF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95AF8A; }

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

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

<style>
 a { background-color: #95AF8A; }

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

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

<style>
 span { border-color: #95AF8A; }

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

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