#9FFB6B

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

Shades of Feijoa #9FFB6B

Tints of Feijoa #9FFB6B

Color information

#9FFB6B (or 0x9FFB6B) is unknown color: approx Feijoa. HEX triplet: 9F, FB and 6B. RGB value is (159,251,107). Sum of RGB (Red+Green+Blue) = 159+251+107=517 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.75% from 517); Green value is 251 (98.44% from 255 or 48.55% from 517); Blue value is 107 (42.19% from 255 or 20.70% from 517); Max value from RGB is 251 - color contains mainly: green. Hex color #9FFB6B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FFB6B is #600494. Grayscale: #CFCFCF. Windows color (decimal): -6292629 or 7076767. OLE color: 7076767.

HSL color Cylindrical-coordinate representation of color #9FFB6B: hue angle of 98.33º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9FFB6B is Cyan = 0.37, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB159251107-
CMYK0.3700.570.02
HSL98.33º94.74%70.2%-
HSV(B)98.33º57.37%98.43%-
XYZ51.4577.4326.14-
YUV207.0871.5293.71-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.75%
GREEN value IS 251 (98.44% from 255) = 48.55%
BLUE value IS 107 (42.19% from 255) = 20.70%
R=30.75%
G=48.55%
B=20.70%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1592511070.3700.570.0298.3394.7470.2
Hex9FFB6B250392625f46
Octal237373153450712142137106
Binary10011111111110111101011100101011100110110001010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FFB6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,251,107); }

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

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

 a { background-color: rgb(159,251,107); }

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

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

 span { border-color: rgb(159,251,107); }

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