#9FF26F

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

Shades of Feijoa #9FF26F

Tints of Feijoa #9FF26F

Color information

#9FF26F (or 0x9FF26F) is unknown color: approx Feijoa. HEX triplet: 9F, F2 and 6F. RGB value is (159,242,111). Sum of RGB (Red+Green+Blue) = 159+242+111=512 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.05% from 512); Green value is 242 (94.92% from 255 or 47.27% from 512); Blue value is 111 (43.75% from 255 or 21.68% from 512); Max value from RGB is 242 - color contains mainly: green. Hex color #9FF26F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FF26F is #600D90. Grayscale: #CACACA. Windows color (decimal): -6294929 or 7336607. OLE color: 7336607.

HSL color Cylindrical-coordinate representation of color #9FF26F: hue angle of 98.02º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9FF26F is Cyan = 0.34, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB159242111-
CMYK0.3400.540.05
HSL98.02º83.44%69.22%-
HSV(B)98.02º54.13%94.9%-
XYZ48.9272.0226.36-
YUV202.2576.597.15-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.05%
GREEN value IS 242 (94.92% from 255) = 47.27%
BLUE value IS 111 (43.75% from 255) = 21.68%
R=31.05%
G=47.27%
B=21.68%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1592421110.3400.540.0598.0283.4469.22
Hex9FF26F220365625345
Octal237362157420665142123105
Binary100111111111001011011111000100110110101110001010100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FF26F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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