#9FD96E

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

Shades of Feijoa #9FD96E

Tints of Feijoa #9FD96E

Color information

#9FD96E (or 0x9FD96E) is unknown color: approx Feijoa. HEX triplet: 9F, D9 and 6E. RGB value is (159,217,110). Sum of RGB (Red+Green+Blue) = 159+217+110=486 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.72% from 486); Green value is 217 (85.16% from 255 or 44.65% from 486); Blue value is 110 (43.36% from 255 or 22.63% from 486); Max value from RGB is 217 - color contains mainly: green. Hex color #9FD96E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FD96E is #602691. Grayscale: #BBBBBB. Windows color (decimal): -6301330 or 7264671. OLE color: 7264671.

HSL color Cylindrical-coordinate representation of color #9FD96E: hue angle of 92.52º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9FD96E is Cyan = 0.27, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB159217110-
CMYK0.2700.490.15
HSL92.52º58.47%64.12%-
HSV(B)92.52º49.31%85.1%-
XYZ41.9358.1223.76-
YUV187.4684.28107.7-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.72%
GREEN value IS 217 (85.16% from 255) = 44.65%
BLUE value IS 110 (43.36% from 255) = 22.63%
R=32.72%
G=44.65%
B=22.63%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1592171100.2700.490.1592.5258.4764.12
Hex9FD96E1B031F5d3a40
Octal237331156330611713572100
Binary10011111110110011101110110110110001111110111011110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FD96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,217,110); }

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

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

 a { background-color: rgb(159,217,110); }

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

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

 span { border-color: rgb(159,217,110); }

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