#9FC180

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

Shades of Olivine #9FC180

Tints of Olivine #9FC180

Color information

#9FC180 (or 0x9FC180) is unknown color: approx Olivine. HEX triplet: 9F, C1 and 80. RGB value is (159,193,128). Sum of RGB (Red+Green+Blue) = 159+193+128=480 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.12% from 480); Green value is 193 (75.78% from 255 or 40.21% from 480); Blue value is 128 (50.39% from 255 or 26.67% from 480); Max value from RGB is 193 - color contains mainly: green. Hex color #9FC180 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC180 is #603E7F. Grayscale: #AFAFAF. Windows color (decimal): -6307456 or 8438175. OLE color: 8438175.

HSL color Cylindrical-coordinate representation of color #9FC180: hue angle of 91.38º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FC180 is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB159193128-
CMYK0.1800.340.24
HSL91.38º34.39%62.94%-
HSV(B)91.38º33.68%75.69%-
XYZ37.2647.0727.54-
YUV175.42101.24116.29-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.12%
GREEN value IS 193 (75.78% from 255) = 40.21%
BLUE value IS 128 (50.39% from 255) = 26.67%
R=33.12%
G=40.21%
B=26.67%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1591931280.1800.340.2491.3834.3962.94
Hex9FC18012022185b223f
Octal23730120022042301334277
Binary100111111100000110000000100100100010110001011011100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,193,128); }

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

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

 a { background-color: rgb(159,193,128); }

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

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

 span { border-color: rgb(159,193,128); }

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