#9F9962

Color #9F9962 Malachite Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite Green #9F9962

Tints of Malachite Green #9F9962

Color information

#9F9962 (or 0x9F9962) is unknown color: approx Malachite Green. HEX triplet: 9F, 99 and 62. RGB value is (159,153,98). Sum of RGB (Red+Green+Blue) = 159+153+98=410 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.78% from 410); Green value is 153 (60.16% from 255 or 37.32% from 410); Blue value is 98 (38.67% from 255 or 23.90% from 410); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9962 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9962 is #60669D. Grayscale: #949494. Windows color (decimal): -6317726 or 6461855. OLE color: 6461855.

HSL color Cylindrical-coordinate representation of color #9F9962: hue angle of 54.1º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9F9962 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.38.

Color convert

RGB15915398-
CMYK00.040.380.38
HSL54.1º24.11%50.39%-
HSV(B)54.1º38.36%62.35%-
XYZ27.8931.0416.08-
YUV148.5299.49135.47-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.78%
GREEN value IS 153 (60.16% from 255) = 37.32%
BLUE value IS 98 (38.67% from 255) = 23.90%
R=38.78%
G=37.32%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.38
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591539800.040.380.3854.124.1150.39
Hex9F9962042626361832
Octal237231142044646663062
Binary10011111100110011100010010010011010011011011011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,153,98); }

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

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

 a { background-color: rgb(159,153,98); }

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

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

 span { border-color: rgb(159,153,98); }

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