#99AE98

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

Shades of Mantle #99AE98

Tints of Mantle #99AE98

Color information

#99AE98 (or 0x99AE98) is unknown color: approx Mantle. HEX triplet: 99, AE and 98. RGB value is (153,174,152). Sum of RGB (Red+Green+Blue) = 153+174+152=479 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.94% from 479); Green value is 174 (68.36% from 255 or 36.33% from 479); Blue value is 152 (59.77% from 255 or 31.73% from 479); Max value from RGB is 174 - color contains mainly: green. Hex color #99AE98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AE98 is #665167. Grayscale: #A5A5A5. Windows color (decimal): -6705512 or 10006169. OLE color: 10006169.

HSL color Cylindrical-coordinate representation of color #99AE98: hue angle of 117.27º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #99AE98 is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB153174152-
CMYK0.1200.130.32
HSL117.27º11.96%63.92%-
HSV(B)117.27º12.64%68.24%-
XYZ33.9439.3135.5-
YUV165.21120.54119.29-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.94%
GREEN value IS 174 (68.36% from 255) = 36.33%
BLUE value IS 152 (59.77% from 255) = 31.73%
R=31.94%
G=36.33%
B=31.73%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1531741520.1200.130.32117.2711.9663.92
Hex99AE98C0D2075c40
Octal231256230140154016514100
Binary100110011010111010011000110001101100000111010111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AE98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99AE98; }

 p { color: rgb(153,174,152); }

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

<style>
 a { background-color: #99AE98; }

 a { background-color: rgb(153,174,152); }

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

<style>
 span { border-color: #99AE98; }

 span { border-color: rgb(153,174,152); }

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