#9FC164

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

Shades of Olivine #9FC164

Tints of Olivine #9FC164

Color information

#9FC164 (or 0x9FC164) is unknown color: approx Olivine. HEX triplet: 9F, C1 and 64. RGB value is (159,193,100). Sum of RGB (Red+Green+Blue) = 159+193+100=452 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.18% from 452); Green value is 193 (75.78% from 255 or 42.70% from 452); Blue value is 100 (39.45% from 255 or 22.12% from 452); Max value from RGB is 193 - color contains mainly: green. Hex color #9FC164 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC164 is #603E9B. Grayscale: #ACACAC. Windows color (decimal): -6307484 or 6603167. OLE color: 6603167.

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

Color convert

RGB159193100-
CMYK0.1800.480.24
HSL81.94º42.86%57.45%-
HSV(B)81.94º48.19%75.69%-
XYZ35.6746.4319.14-
YUV172.2387.24118.56-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.18%
GREEN value IS 193 (75.78% from 255) = 42.70%
BLUE value IS 100 (39.45% from 255) = 22.12%
R=35.18%
G=42.70%
B=22.12%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1591931000.1800.480.2481.9442.8657.45
Hex9FC1641203018522b39
Octal23730114422060301225371
Binary10011111110000011100100100100110000110001010010101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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