#9FE071

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

Shades of Feijoa #9FE071

Tints of Feijoa #9FE071

Color information

#9FE071 (or 0x9FE071) is unknown color: approx Feijoa. HEX triplet: 9F, E0 and 71. RGB value is (159,224,113). Sum of RGB (Red+Green+Blue) = 159+224+113=496 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.06% from 496); Green value is 224 (87.89% from 255 or 45.16% from 496); Blue value is 113 (44.53% from 255 or 22.78% from 496); Max value from RGB is 224 - color contains mainly: green. Hex color #9FE071 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FE071 is #601F8E. Grayscale: #C0C0C0. Windows color (decimal): -6299535 or 7463071. OLE color: 7463071.

HSL color Cylindrical-coordinate representation of color #9FE071: hue angle of 95.14º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9FE071 is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB159224113-
CMYK0.2900.500.12
HSL95.14º64.16%66.08%-
HSV(B)95.14º49.55%87.84%-
XYZ43.9361.8725.25-
YUV191.9183.47104.53-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.06%
GREEN value IS 224 (87.89% from 255) = 45.16%
BLUE value IS 113 (44.53% from 255) = 22.78%
R=32.06%
G=45.16%
B=22.78%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1592241130.2900.500.1295.1464.1666.08
Hex9FE0711D032C5f4042
Octal2373401613506214137100102
Binary100111111110000011100011110101100101100101111110000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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