#9FEF6D

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

Shades of Feijoa #9FEF6D

Tints of Feijoa #9FEF6D

Color information

#9FEF6D (or 0x9FEF6D) is unknown color: approx Feijoa. HEX triplet: 9F, EF and 6D. RGB value is (159,239,109). Sum of RGB (Red+Green+Blue) = 159+239+109=507 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.36% from 507); Green value is 239 (93.75% from 255 or 47.14% from 507); Blue value is 109 (42.97% from 255 or 21.50% from 507); Max value from RGB is 239 - color contains mainly: green. Hex color #9FEF6D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FEF6D is #601092. Grayscale: #C8C8C8. Windows color (decimal): -6295699 or 7204767. OLE color: 7204767.

HSL color Cylindrical-coordinate representation of color #9FEF6D: hue angle of 96.92º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9FEF6D is Cyan = 0.33, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB159239109-
CMYK0.3300.540.06
HSL96.92º80.25%68.24%-
HSV(B)96.92º54.39%93.73%-
XYZ47.9270.2125.49-
YUV200.2676.598.57-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.36%
GREEN value IS 239 (93.75% from 255) = 47.14%
BLUE value IS 109 (42.97% from 255) = 21.50%
R=31.36%
G=47.14%
B=21.50%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1592391090.3300.540.0696.9280.2568.24
Hex9FEF6D210366615044
Octal237357155410666141120104
Binary100111111110111111011011000010110110110110000110100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FEF6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,239,109); }

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

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

 a { background-color: rgb(159,239,109); }

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

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

 span { border-color: rgb(159,239,109); }

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