#99AF98

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

Shades of Mantle #99AF98

Tints of Mantle #99AF98

Color information

#99AF98 (or 0x99AF98) is unknown color: approx Mantle. HEX triplet: 99, AF and 98. RGB value is (153,175,152). Sum of RGB (Red+Green+Blue) = 153+175+152=480 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.88% from 480); Green value is 175 (68.75% from 255 or 36.46% from 480); Blue value is 152 (59.77% from 255 or 31.67% from 480); Max value from RGB is 175 - color contains mainly: green. Hex color #99AF98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99AF98 is #665067. Grayscale: #A5A5A5. Windows color (decimal): -6705256 or 10006425. OLE color: 10006425.

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

Color convert

RGB153175152-
CMYK0.1300.130.31
HSL117.39º12.57%64.12%-
HSV(B)117.39º13.14%68.63%-
XYZ34.1339.735.57-
YUV165.8120.21118.87-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.88%
GREEN value IS 175 (68.75% from 255) = 36.46%
BLUE value IS 152 (59.77% from 255) = 31.67%
R=31.88%
G=36.46%
B=31.67%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1531751520.1300.130.31117.3912.5764.12
Hex99AF98D0D1F75d40
Octal231257230150153716515100
Binary10011001101011111001100011010110111111111010111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99AF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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