#98AF98

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

Shades of Mantle #98AF98

Tints of Mantle #98AF98

Color information

#98AF98 (or 0x98AF98) is unknown color: approx Mantle. HEX triplet: 98, AF and 98. RGB value is (152,175,152). Sum of RGB (Red+Green+Blue) = 152+175+152=479 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.73% from 479); Green value is 175 (68.75% from 255 or 36.53% from 479); Blue value is 152 (59.77% from 255 or 31.73% from 479); Max value from RGB is 175 - color contains mainly: green. Hex color #98AF98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98AF98 is #675067. Grayscale: #A5A5A5. Windows color (decimal): -6770792 or 10006424. OLE color: 10006424.

HSL color Cylindrical-coordinate representation of color #98AF98: hue angle of 120º 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 #98AF98 is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB152175152-
CMYK0.1300.130.31
HSL120º12.57%64.12%-
HSV(B)120º13.14%68.63%-
XYZ33.9539.635.56-
YUV165.5120.38118.37-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.73%
GREEN value IS 175 (68.75% from 255) = 36.53%
BLUE value IS 152 (59.77% from 255) = 31.73%
R=31.73%
G=36.53%
B=31.73%

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
Decimal1521751520.1300.130.3112012.5764.12
Hex98AF98D0D1F78d40
Octal230257230150153717015100
Binary10011000101011111001100011010110111111111100011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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