#9FE86A

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

Shades of Feijoa #9FE86A

Tints of Feijoa #9FE86A

Color information

#9FE86A (or 0x9FE86A) is unknown color: approx Feijoa. HEX triplet: 9F, E8 and 6A. RGB value is (159,232,106). Sum of RGB (Red+Green+Blue) = 159+232+106=497 (65% of max value = 765). Red value is 159 (62.5% from 255 or 31.99% from 497); Green value is 232 (91.02% from 255 or 46.68% from 497); Blue value is 106 (41.80% from 255 or 21.33% from 497); Max value from RGB is 232 - color contains mainly: green. Hex color #9FE86A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FE86A is #601795. Grayscale: #C4C4C4. Windows color (decimal): -6297494 or 7006367. OLE color: 7006367.

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

Color convert

RGB159232106-
CMYK0.3100.540.09
HSL94.76º73.26%66.27%-
HSV(B)94.76º54.31%90.98%-
XYZ45.7666.1223.99-
YUV195.8177.32101.75-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.99%
GREEN value IS 232 (91.02% from 255) = 46.68%
BLUE value IS 106 (41.80% from 255) = 21.33%
R=31.99%
G=46.68%
B=21.33%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1592321060.3100.540.0994.7673.2666.27
Hex9FE86A1F03695f4942
Octal2373501523706611137111102
Binary100111111110100011010101111101101101001101111110010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,232,106); }

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

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

 a { background-color: rgb(159,232,106); }

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

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

 span { border-color: rgb(159,232,106); }

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