#9FE96C

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

Shades of Feijoa #9FE96C

Tints of Feijoa #9FE96C

Color information

#9FE96C (or 0x9FE96C) is unknown color: approx Feijoa. HEX triplet: 9F, E9 and 6C. RGB value is (159,233,108). Sum of RGB (Red+Green+Blue) = 159+233+108=500 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.8% from 500); Green value is 233 (91.41% from 255 or 46.6% from 500); Blue value is 108 (42.58% from 255 or 21.6% from 500); Max value from RGB is 233 - color contains mainly: green. Hex color #9FE96C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FE96C is #601693. Grayscale: #C5C5C5. Windows color (decimal): -6297236 or 7137695. OLE color: 7137695.

HSL color Cylindrical-coordinate representation of color #9FE96C: hue angle of 95.52º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9FE96C is Cyan = 0.32, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB159233108-
CMYK0.3200.540.09
HSL95.52º73.96%66.86%-
HSV(B)95.52º53.65%91.37%-
XYZ46.1466.7324.64-
YUV196.6277.98101.16-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.8%
GREEN value IS 233 (91.41% from 255) = 46.6%
BLUE value IS 108 (42.58% from 255) = 21.6%
R=31.8%
G=46.6%
B=21.6%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1592331080.3200.540.0995.5273.9666.86
Hex9FE96C200369604a43
Octal2373511544006611140112103
Binary1001111111101001110110010000001101101001110000010010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE96C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,233,108); }

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

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

 a { background-color: rgb(159,233,108); }

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

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

 span { border-color: rgb(159,233,108); }

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