#9FC362

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

Shades of Olivine #9FC362

Tints of Olivine #9FC362

Color information

#9FC362 (or 0x9FC362) is unknown color: approx Olivine. HEX triplet: 9F, C3 and 62. RGB value is (159,195,98). Sum of RGB (Red+Green+Blue) = 159+195+98=452 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.18% from 452); Green value is 195 (76.56% from 255 or 43.14% from 452); Blue value is 98 (38.67% from 255 or 21.68% from 452); Max value from RGB is 195 - color contains mainly: green. Hex color #9FC362 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC362 is #603C9D. Grayscale: #ADADAD. Windows color (decimal): -6306974 or 6472607. OLE color: 6472607.

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

Color convert

RGB15919598-
CMYK0.1800.500.24
HSL82.27º44.7%57.45%-
HSV(B)82.27º49.74%76.47%-
XYZ36.0247.2818.78-
YUV173.1885.57117.89-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.18%
GREEN value IS 195 (76.56% from 255) = 43.14%
BLUE value IS 98 (38.67% from 255) = 21.68%
R=35.18%
G=43.14%
B=21.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal159195980.1800.500.2482.2744.757.45
Hex9FC3621203218522d39
Octal23730314222062301225571
Binary10011111110000111100010100100110010110001010010101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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