#9BFF6D

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

Shades of Feijoa #9BFF6D

Tints of Feijoa #9BFF6D

Color information

#9BFF6D (or 0x9BFF6D) is unknown color: approx Feijoa. HEX triplet: 9B, FF and 6D. RGB value is (155,255,109). Sum of RGB (Red+Green+Blue) = 155+255+109=519 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.87% from 519); Green value is 255 (100% from 255 or 49.13% from 519); Blue value is 109 (42.97% from 255 or 21.00% from 519); Max value from RGB is 255 - color contains mainly: green. Hex color #9BFF6D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BFF6D is #640092. Grayscale: #D0D0D0. Windows color (decimal): -6553747 or 7208859. OLE color: 7208859.

HSL color Cylindrical-coordinate representation of color #9BFF6D: hue angle of 101.1º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9BFF6D is Cyan = 0.39, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.

Color convert

RGB155255109-
CMYK0.3900.570
HSL101.1º100%71.37%-
HSV(B)101.1º57.25%100%-
XYZ52.0479.5927.09-
YUV208.4671.8789.87-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.87%
GREEN value IS 255 (100% from 255) = 49.13%
BLUE value IS 109 (42.97% from 255) = 21.00%
R=29.87%
G=49.13%
B=21.00%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1552551090.3900.570101.110071.37
Hex9BFF6D270390656447
Octal233377155470710145144107
Binary1001101111111111110110110011101110010110010111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BFF6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,255,109); }

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

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

 a { background-color: rgb(155,255,109); }

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

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

 span { border-color: rgb(155,255,109); }

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