#9FE66F

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

Shades of Feijoa #9FE66F

Tints of Feijoa #9FE66F

Color information

#9FE66F (or 0x9FE66F) is unknown color: approx Feijoa. HEX triplet: 9F, E6 and 6F. RGB value is (159,230,111). Sum of RGB (Red+Green+Blue) = 159+230+111=500 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.8% from 500); Green value is 230 (90.23% from 255 or 46% from 500); Blue value is 111 (43.75% from 255 or 22.2% from 500); Max value from RGB is 230 - color contains mainly: green. Hex color #9FE66F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FE66F is #601990. Grayscale: #C3C3C3. Windows color (decimal): -6298001 or 7333535. OLE color: 7333535.

HSL color Cylindrical-coordinate representation of color #9FE66F: hue angle of 95.8º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9FE66F is Cyan = 0.31, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.10.

Color convert

RGB159230111-
CMYK0.3100.520.10
HSL95.8º70.41%66.86%-
HSV(B)95.8º51.74%90.2%-
XYZ45.4665.1125.21-
YUV195.280.48102.18-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.8%
GREEN value IS 230 (90.23% from 255) = 46%
BLUE value IS 111 (43.75% from 255) = 22.2%
R=31.8%
G=46%
B=22.2%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1592301110.3100.520.1095.870.4166.86
Hex9FE66F1F034A604643
Octal2373461573706412140106103
Binary100111111110011011011111111101101001010110000010001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE66F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,230,111); }

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

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

 a { background-color: rgb(159,230,111); }

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

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

 span { border-color: rgb(159,230,111); }

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