#9FFA71

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

Shades of Feijoa #9FFA71

Tints of Feijoa #9FFA71

Color information

#9FFA71 (or 0x9FFA71) is unknown color: approx Feijoa. HEX triplet: 9F, FA and 71. RGB value is (159,250,113). Sum of RGB (Red+Green+Blue) = 159+250+113=522 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.46% from 522); Green value is 250 (98.05% from 255 or 47.89% from 522); Blue value is 113 (44.53% from 255 or 21.65% from 522); Max value from RGB is 250 - color contains mainly: green. Hex color #9FFA71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FFA71 is #60058E. Grayscale: #CFCFCF. Windows color (decimal): -6292879 or 7469727. OLE color: 7469727.

HSL color Cylindrical-coordinate representation of color #9FFA71: hue angle of 99.85º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9FFA71 is Cyan = 0.36, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB159250113-
CMYK0.3600.550.02
HSL99.85º93.2%71.18%-
HSV(B)99.85º54.8%98.04%-
XYZ51.4676.9327.76-
YUV207.1774.8593.64-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.46%
GREEN value IS 250 (98.05% from 255) = 47.89%
BLUE value IS 113 (44.53% from 255) = 21.65%
R=30.46%
G=47.89%
B=21.65%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1592501130.3600.550.0299.8593.271.18
Hex9FFA71240372645d47
Octal237372161440672144135107
Binary10011111111110101110001100100011011110110010010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FFA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,250,113); }

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

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

 a { background-color: rgb(159,250,113); }

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

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

 span { border-color: rgb(159,250,113); }

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