#9FE76E

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

Shades of Feijoa #9FE76E

Tints of Feijoa #9FE76E

Color information

#9FE76E (or 0x9FE76E) is unknown color: approx Feijoa. HEX triplet: 9F, E7 and 6E. RGB value is (159,231,110). Sum of RGB (Red+Green+Blue) = 159+231+110=500 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.8% from 500); Green value is 231 (90.62% from 255 or 46.2% from 500); Blue value is 110 (43.36% from 255 or 22% from 500); Max value from RGB is 231 - color contains mainly: green. Hex color #9FE76E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FE76E is #601891. Grayscale: #C4C4C4. Windows color (decimal): -6297746 or 7268255. OLE color: 7268255.

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

Color convert

RGB159231110-
CMYK0.3100.520.09
HSL95.7º71.6%66.86%-
HSV(B)95.7º52.38%90.59%-
XYZ45.6965.6525.02-
YUV195.6879.65101.84-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.8%
GREEN value IS 231 (90.62% from 255) = 46.2%
BLUE value IS 110 (43.36% from 255) = 22%
R=31.8%
G=46.2%
B=22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1592311100.3100.520.0995.771.666.86
Hex9FE76E1F0349604843
Octal2373471563706411140110103
Binary100111111110011111011101111101101001001110000010010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE76E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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