#9FDE7D

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

Shades of Feijoa #9FDE7D

Tints of Feijoa #9FDE7D

Color information

#9FDE7D (or 0x9FDE7D) is unknown color: approx Feijoa. HEX triplet: 9F, DE and 7D. RGB value is (159,222,125). Sum of RGB (Red+Green+Blue) = 159+222+125=506 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.42% from 506); Green value is 222 (87.11% from 255 or 43.87% from 506); Blue value is 125 (49.22% from 255 or 24.70% from 506); Max value from RGB is 222 - color contains mainly: green. Hex color #9FDE7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDE7D is #602182. Grayscale: #C0C0C0. Windows color (decimal): -6300035 or 8248991. OLE color: 8248991.

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

Color convert

RGB159222125-
CMYK0.2800.440.13
HSL98.97º59.51%68.04%-
HSV(B)98.97º43.69%87.06%-
XYZ44.1261.0928.87-
YUV192.190.13104.39-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.42%
GREEN value IS 222 (87.11% from 255) = 43.87%
BLUE value IS 125 (49.22% from 255) = 24.70%
R=31.42%
G=43.87%
B=24.70%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1592221250.2800.440.1398.9759.5168.04
Hex9FDE7D1C02CD633c44
Octal237336175340541514374104
Binary10011111110111101111101111000101100110111000111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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