#9FDE80

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

Shades of Feijoa #9FDE80

Tints of Feijoa #9FDE80

Color information

#9FDE80 (or 0x9FDE80) is unknown color: approx Feijoa. HEX triplet: 9F, DE and 80. RGB value is (159,222,128). Sum of RGB (Red+Green+Blue) = 159+222+128=509 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.24% from 509); Green value is 222 (87.11% from 255 or 43.61% from 509); Blue value is 128 (50.39% from 255 or 25.15% from 509); Max value from RGB is 222 - color contains mainly: green. Hex color #9FDE80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FDE80 is #60217F. Grayscale: #C0C0C0. Windows color (decimal): -6300032 or 8445599. OLE color: 8445599.

HSL color Cylindrical-coordinate representation of color #9FDE80: hue angle of 100.21º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9FDE80 is Cyan = 0.28, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB159222128-
CMYK0.2800.420.13
HSL100.21º58.75%68.63%-
HSV(B)100.21º42.34%87.06%-
XYZ44.3261.1729.89-
YUV192.4591.63104.14-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.24%
GREEN value IS 222 (87.11% from 255) = 43.61%
BLUE value IS 128 (50.39% from 255) = 25.15%
R=31.24%
G=43.61%
B=25.15%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1592221280.2800.420.13100.2158.7568.63
Hex9FDE801C02AD643b45
Octal237336200340521514473105
Binary100111111101111010000000111000101010110111001001110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,222,128); }

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

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

 a { background-color: rgb(159,222,128); }

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

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

 span { border-color: rgb(159,222,128); }

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