#9fdf76

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

Shades of Feijoa #9FDF76

Tints of Feijoa #9FDF76

Color information

#9FDF76 (or 0x9FDF76) is unknown color: approx Feijoa. HEX triplet: 9F, DF and 76. RGB value is (159,223,118). Sum of RGB (Red+Green+Blue) = 159+223+118=500 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.8% from 500); Green value is 223 (87.5% from 255 or 44.6% from 500); Blue value is 118 (46.48% from 255 or 23.6% from 500); Max value from RGB is 223 - color contains mainly: green. Hex color #9FDF76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDF76 is #602089. Grayscale: #C0C0C0. Windows color (decimal): -6299786 or 7790495. OLE color: 7790495.

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

Color convert

RGB159223118-
CMYK0.2900.470.13
HSL96.57º62.13%66.86%-
HSV(B)96.57º47.09%87.45%-
XYZ43.9661.4526.68-
YUV191.8986.3104.54-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.8%
GREEN value IS 223 (87.5% from 255) = 44.6%
BLUE value IS 118 (46.48% from 255) = 23.6%
R=31.8%
G=44.6%
B=23.6%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1592231180.2900.470.1396.5762.1366.86
Hex9FDF761D02FD613e43
Octal237337166350571514176103
Binary10011111110111111110110111010101111110111000011111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9fdf76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,223,118); }

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

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

 a { background-color: rgb(159,223,118); }

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

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

 span { border-color: rgb(159,223,118); }

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