Html Css Color HEX #9FA270 Malachite Green

📋 copy color: '#9FA270'

red 159 ◦ green 162 ◦ blue 112

#9FA270
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite Green #9FA270

Tints of Malachite Green #9FA270

RGB

 RED value IS 159 (62.5% from 255) = 36.72%

 GREEN value IS 162 (63.67% from 255) = 37.41%

 BLUE value IS 112 (44.14% from 255) = 25.87%

R = 36.72%
G = 37.41%
B = 25.87%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#9FA270 (or 0x9FA270) is known color: Malachite Green. HEX triplet: 9F, A2 and 70. RGB value is (159,162,112). Sum of RGB (Red+Green+Blue) = 159+162+112=433 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.72% from 433); Green value is 162 (63.67% from 255 or 37.41% from 433); Blue value is 112 (44.14% from 255 or 25.87% from 433); Max value from RGB is 162 - color contains mainly: green. Hex color #9FA270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA270 is #605D8F. Grayscale: #9B9B9B. Windows color (decimal): -6315408 or 7381663. OLE color: 7381663.

HSL color Cylindrical-coordinate representation of color #9FA270: hue angle of 63.6º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FA270 is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB 159 162 112 -
CMYK 0.02 0 0.31 0.36
HSL 63.6º 0.21% 0.54% -
HSV(B) 63.6º 0.31% 0.64% -
XYZ 30.14 34.38 20.38 -
YUV 155.4 103.51 130.57 -
System Red Green Blue C M Y K H S L
Decimal 159 162 112 0.02 0 0.31 0.36 63.6 0.21 0.54
Hex 9F A2 70 2 0 1F 24 40 15 36
Octal 237 242 160 2 0 37 44 100 25 66
Binary 10011111 10100010 1110000 10 0 11111 100100 1000000 10101 110110

Color Harmonies of #9FA270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA270

Black with #9FA270

Text Example


Text Example

White with #9FA270

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,162,112); }

 H1.HeaderClassName
 {
   color: #9FA270;
 }
 .AnyTagClassName
 {
   color: #9FA270;
 }
</style>

background-color css

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

 a { background-color: rgb(159,162,112); }

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

border-color css

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

 span { border-color: rgb(159,162,112); }

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