#9FE26F

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

Shades of Feijoa #9FE26F

Tints of Feijoa #9FE26F

Color information

#9FE26F (or 0x9FE26F) is unknown color: approx Feijoa. HEX triplet: 9F, E2 and 6F. RGB value is (159,226,111). Sum of RGB (Red+Green+Blue) = 159+226+111=496 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.06% from 496); Green value is 226 (88.67% from 255 or 45.56% from 496); Blue value is 111 (43.75% from 255 or 22.38% from 496); Max value from RGB is 226 - color contains mainly: green. Hex color #9FE26F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FE26F is #601D90. Grayscale: #C1C1C1. Windows color (decimal): -6299025 or 7332511. OLE color: 7332511.

HSL color Cylindrical-coordinate representation of color #9FE26F: hue angle of 94.96º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9FE26F is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB159226111-
CMYK0.3000.510.11
HSL94.96º66.47%66.08%-
HSV(B)94.96º50.88%88.63%-
XYZ44.3662.9124.84-
YUV192.8681.8103.85-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.06%
GREEN value IS 226 (88.67% from 255) = 45.56%
BLUE value IS 111 (43.75% from 255) = 22.38%
R=32.06%
G=45.56%
B=22.38%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1592261110.3000.510.1194.9666.4766.08
Hex9FE26F1E033B5f4242
Octal2373421573606313137102102
Binary100111111110001011011111111001100111011101111110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE26F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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