#9FC862

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

Shades of Olivine #9FC862

Tints of Olivine #9FC862

Color information

#9FC862 (or 0x9FC862) is unknown color: approx Olivine. HEX triplet: 9F, C8 and 62. RGB value is (159,200,98). Sum of RGB (Red+Green+Blue) = 159+200+98=457 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.79% from 457); Green value is 200 (78.52% from 255 or 43.76% from 457); Blue value is 98 (38.67% from 255 or 21.44% from 457); Max value from RGB is 200 - color contains mainly: green. Hex color #9FC862 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC862 is #60379D. Grayscale: #B0B0B0. Windows color (decimal): -6305694 or 6473887. OLE color: 6473887.

HSL color Cylindrical-coordinate representation of color #9FC862: hue angle of 84.12º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9FC862 is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.22.

Color convert

RGB15920098-
CMYK0.2000.510.22
HSL84.12º48.11%58.43%-
HSV(B)84.12º51%78.43%-
XYZ37.1649.5619.16-
YUV176.1183.92115.79-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.79%
GREEN value IS 200 (78.52% from 255) = 43.76%
BLUE value IS 98 (38.67% from 255) = 21.44%
R=34.79%
G=43.76%
B=21.44%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal159200980.2000.510.2284.1248.1158.43
Hex9FC862140331654303a
Octal23731014224063261246072
Binary10011111110010001100010101000110011101101010100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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