#9fc75b

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

Shades of Olivine #9FC75B

Tints of Olivine #9FC75B

Color information

#9FC75B (or 0x9FC75B) is unknown color: approx Olivine. HEX triplet: 9F, C7 and 5B. RGB value is (159,199,91). Sum of RGB (Red+Green+Blue) = 159+199+91=449 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.41% from 449); Green value is 199 (78.12% from 255 or 44.32% from 449); Blue value is 91 (35.94% from 255 or 20.27% from 449); Max value from RGB is 199 - color contains mainly: green. Hex color #9FC75B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC75B is #6038A4. Grayscale: #AFAFAF. Windows color (decimal): -6305957 or 6014879. OLE color: 6014879.

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

Color convert

RGB15919991-
CMYK0.2000.540.22
HSL82.22º49.09%56.86%-
HSV(B)82.22º54.27%78.04%-
XYZ36.6148.9717.42-
YUV174.7380.75116.78-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.41%
GREEN value IS 199 (78.12% from 255) = 44.32%
BLUE value IS 91 (35.94% from 255) = 20.27%
R=35.41%
G=44.32%
B=20.27%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal159199910.2000.540.2282.2249.0956.86
Hex9FC75B1403616523139
Octal23730713324066261226171
Binary10011111110001111011011101000110110101101010010110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9fc75b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,199,91); }

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

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

 a { background-color: rgb(159,199,91); }

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

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

 span { border-color: rgb(159,199,91); }

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