#9FC460

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

Shades of Olivine #9FC460

Tints of Olivine #9FC460

Color information

#9FC460 (or 0x9FC460) is unknown color: approx Olivine. HEX triplet: 9F, C4 and 60. RGB value is (159,196,96). Sum of RGB (Red+Green+Blue) = 159+196+96=451 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.25% from 451); Green value is 196 (76.95% from 255 or 43.46% from 451); Blue value is 96 (37.89% from 255 or 21.29% from 451); Max value from RGB is 196 - color contains mainly: green. Hex color #9FC460 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC460 is #603B9F. Grayscale: #ADADAD. Windows color (decimal): -6306720 or 6341791. OLE color: 6341791.

HSL color Cylindrical-coordinate representation of color #9FC460: hue angle of 82.2º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9FC460 is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB15919696-
CMYK0.1900.510.23
HSL82.2º45.87%57.25%-
HSV(B)82.2º51.02%76.86%-
XYZ36.1547.718.37-
YUV173.5484.24117.63-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.25%
GREEN value IS 196 (76.95% from 255) = 43.46%
BLUE value IS 96 (37.89% from 255) = 21.29%
R=35.25%
G=43.46%
B=21.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal159196960.1900.510.2382.245.8757.25
Hex9FC4601303317522e39
Octal23730414023063271225671
Binary10011111110001001100000100110110011101111010010101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,196,96); }

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

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

 a { background-color: rgb(159,196,96); }

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

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

 span { border-color: rgb(159,196,96); }

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