#9FC461

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

Shades of Olivine #9FC461

Tints of Olivine #9FC461

Color information

#9FC461 (or 0x9FC461) is unknown color: approx Olivine. HEX triplet: 9F, C4 and 61. RGB value is (159,196,97). Sum of RGB (Red+Green+Blue) = 159+196+97=452 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.18% from 452); Green value is 196 (76.95% from 255 or 43.36% from 452); Blue value is 97 (38.28% from 255 or 21.46% from 452); Max value from RGB is 196 - color contains mainly: green. Hex color #9FC461 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC461 is #603B9E. Grayscale: #AEAEAE. Windows color (decimal): -6306719 or 6407327. OLE color: 6407327.

HSL color Cylindrical-coordinate representation of color #9FC461: hue angle of 82.42º 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 #9FC461 is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB15919697-
CMYK0.1900.510.23
HSL82.42º45.62%57.45%-
HSV(B)82.42º50.51%76.86%-
XYZ36.247.7118.61-
YUV173.6584.74117.55-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.18%
GREEN value IS 196 (76.95% from 255) = 43.36%
BLUE value IS 97 (38.28% from 255) = 21.46%
R=35.18%
G=43.36%
B=21.46%

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
Decimal159196970.1900.510.2382.4245.6257.45
Hex9FC4611303317522e39
Octal23730414123063271225671
Binary10011111110001001100001100110110011101111010010101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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