#9FC47F

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

Shades of Olivine #9FC47F

Tints of Olivine #9FC47F

Color information

#9FC47F (or 0x9FC47F) is unknown color: approx Olivine. HEX triplet: 9F, C4 and 7F. RGB value is (159,196,127). Sum of RGB (Red+Green+Blue) = 159+196+127=482 (63% of max value = 765). Red value is 159 (62.5% from 255 or 32.99% from 482); Green value is 196 (76.95% from 255 or 40.66% from 482); Blue value is 127 (50% from 255 or 26.35% from 482); Max value from RGB is 196 - color contains mainly: green. Hex color #9FC47F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC47F is #603B80. Grayscale: #B1B1B1. Windows color (decimal): -6306689 or 8373407. OLE color: 8373407.

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

Color convert

RGB159196127-
CMYK0.1900.350.23
HSL92.17º36.9%63.33%-
HSV(B)92.17º35.2%76.86%-
XYZ37.8748.3827.42-
YUV177.0799.74115.11-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.99%
GREEN value IS 196 (76.95% from 255) = 40.66%
BLUE value IS 127 (50% from 255) = 26.35%
R=32.99%
G=40.66%
B=26.35%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1591961270.1900.350.2392.1736.963.33
Hex9FC47F13023175c253f
Octal23730417723043271344577
Binary10011111110001001111111100110100011101111011100100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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