#9FC65E

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

Shades of Olivine #9FC65E

Tints of Olivine #9FC65E

Color information

#9FC65E (or 0x9FC65E) is unknown color: approx Olivine. HEX triplet: 9F, C6 and 5E. RGB value is (159,198,94). Sum of RGB (Red+Green+Blue) = 159+198+94=451 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.25% from 451); Green value is 198 (77.73% from 255 or 43.90% from 451); Blue value is 94 (37.11% from 255 or 20.84% from 451); Max value from RGB is 198 - color contains mainly: green. Hex color #9FC65E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC65E is #6039A1. Grayscale: #AEAEAE. Windows color (decimal): -6306210 or 6211231. OLE color: 6211231.

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

Color convert

RGB15919894-
CMYK0.2000.530.22
HSL82.5º47.71%57.25%-
HSV(B)82.5º52.53%77.65%-
XYZ36.5148.5718.04-
YUV174.4882.58116.96-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.25%
GREEN value IS 198 (77.73% from 255) = 43.90%
BLUE value IS 94 (37.11% from 255) = 20.84%
R=35.25%
G=43.90%
B=20.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal159198940.2000.530.2282.547.7157.25
Hex9FC65E1403516523039
Octal23730613624065261226071
Binary10011111110001101011110101000110101101101010010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC65E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,198,94); }

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

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

 a { background-color: rgb(159,198,94); }

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

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

 span { border-color: rgb(159,198,94); }

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