#9FCE74

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

Shades of Feijoa #9FCE74

Tints of Feijoa #9FCE74

Color information

#9FCE74 (or 0x9FCE74) is unknown color: approx Feijoa. HEX triplet: 9F, CE and 74. RGB value is (159,206,116). Sum of RGB (Red+Green+Blue) = 159+206+116=481 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.06% from 481); Green value is 206 (80.86% from 255 or 42.83% from 481); Blue value is 116 (45.70% from 255 or 24.12% from 481); Max value from RGB is 206 - color contains mainly: green. Hex color #9FCE74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCE74 is #60318B. Grayscale: #B5B5B5. Windows color (decimal): -6304140 or 7655071. OLE color: 7655071.

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

Color convert

RGB159206116-
CMYK0.2300.440.19
HSL91.33º47.87%63.14%-
HSV(B)91.33º43.69%80.78%-
XYZ39.5252.7724.63-
YUV181.6990.93111.82-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.06%
GREEN value IS 206 (80.86% from 255) = 42.83%
BLUE value IS 116 (45.70% from 255) = 24.12%
R=33.06%
G=42.83%
B=24.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1592061160.2300.440.1991.3347.8763.14
Hex9FCE741702C135b303f
Octal23731616427054231336077
Binary10011111110011101110100101110101100100111011011110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCE74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,206,116); }

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

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

 a { background-color: rgb(159,206,116); }

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

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

 span { border-color: rgb(159,206,116); }

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