#9FD66C

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

Shades of Feijoa #9FD66C

Tints of Feijoa #9FD66C

Color information

#9FD66C (or 0x9FD66C) is unknown color: approx Feijoa. HEX triplet: 9F, D6 and 6C. RGB value is (159,214,108). Sum of RGB (Red+Green+Blue) = 159+214+108=481 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.06% from 481); Green value is 214 (83.98% from 255 or 44.49% from 481); Blue value is 108 (42.58% from 255 or 22.45% from 481); Max value from RGB is 214 - color contains mainly: green. Hex color #9FD66C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FD66C is #602993. Grayscale: #B9B9B9. Windows color (decimal): -6302100 or 7132831. OLE color: 7132831.

HSL color Cylindrical-coordinate representation of color #9FD66C: hue angle of 91.13º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9FD66C is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB159214108-
CMYK0.2600.500.16
HSL91.13º56.38%63.14%-
HSV(B)91.13º49.53%83.92%-
XYZ41.0556.5522.94-
YUV185.4784.28109.12-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.06%
GREEN value IS 214 (83.98% from 255) = 44.49%
BLUE value IS 108 (42.58% from 255) = 22.45%
R=33.06%
G=44.49%
B=22.45%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1592141080.2600.500.1691.1356.3863.14
Hex9FD66C1A032105b383f
Octal23732615432062201337077
Binary10011111110101101101100110100110010100001011011111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FD66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,214,108); }

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

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

 a { background-color: rgb(159,214,108); }

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

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

 span { border-color: rgb(159,214,108); }

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