#9FDD78

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

Shades of Feijoa #9FDD78

Tints of Feijoa #9FDD78

Color information

#9FDD78 (or 0x9FDD78) is unknown color: approx Feijoa. HEX triplet: 9F, DD and 78. RGB value is (159,221,120). Sum of RGB (Red+Green+Blue) = 159+221+120=500 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.8% from 500); Green value is 221 (86.72% from 255 or 44.2% from 500); Blue value is 120 (47.27% from 255 or 24% from 500); Max value from RGB is 221 - color contains mainly: green. Hex color #9FDD78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDD78 is #602287. Grayscale: #BFBFBF. Windows color (decimal): -6300296 or 7921055. OLE color: 7921055.

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

Color convert

RGB159221120-
CMYK0.2800.460.13
HSL96.83º59.76%66.86%-
HSV(B)96.83º45.7%86.67%-
XYZ43.5460.4427.14-
YUV190.9587.96105.21-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.8%
GREEN value IS 221 (86.72% from 255) = 44.2%
BLUE value IS 120 (47.27% from 255) = 24%
R=31.8%
G=44.2%
B=24%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1592211200.2800.460.1396.8359.7666.86
Hex9FDD781C02ED613c43
Octal237335170340561514174103
Binary10011111110111011111000111000101110110111000011111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDD78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,221,120); }

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

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

 a { background-color: rgb(159,221,120); }

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

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

 span { border-color: rgb(159,221,120); }

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