#9BF86F

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

Shades of Feijoa #9BF86F

Tints of Feijoa #9BF86F

Color information

#9BF86F (or 0x9BF86F) is unknown color: approx Feijoa. HEX triplet: 9B, F8 and 6F. RGB value is (155,248,111). Sum of RGB (Red+Green+Blue) = 155+248+111=514 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.16% from 514); Green value is 248 (97.27% from 255 or 48.25% from 514); Blue value is 111 (43.75% from 255 or 21.60% from 514); Max value from RGB is 248 - color contains mainly: green. Hex color #9BF86F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BF86F is #640790. Grayscale: #CDCDCD. Windows color (decimal): -6555537 or 7338139. OLE color: 7338139.

HSL color Cylindrical-coordinate representation of color #9BF86F: hue angle of 100.73º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9BF86F is Cyan = 0.38, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.03.

Color convert

RGB155248111-
CMYK0.3800.550.03
HSL100.73º90.73%70.39%-
HSV(B)100.73º55.24%97.25%-
XYZ49.9575.2526.93-
YUV204.5875.1992.64-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.16%
GREEN value IS 248 (97.27% from 255) = 48.25%
BLUE value IS 111 (43.75% from 255) = 21.60%
R=30.16%
G=48.25%
B=21.60%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1552481110.3800.550.03100.7390.7370.39
Hex9BF86F260373655b46
Octal233370157460673145133106
Binary10011011111110001101111100110011011111110010110110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF86F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,248,111); }

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

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

 a { background-color: rgb(155,248,111); }

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

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

 span { border-color: rgb(155,248,111); }

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