#9BF66B

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

Shades of Feijoa #9BF66B

Tints of Feijoa #9BF66B

Color information

#9BF66B (or 0x9BF66B) is unknown color: approx Feijoa. HEX triplet: 9B, F6 and 6B. RGB value is (155,246,107). Sum of RGB (Red+Green+Blue) = 155+246+107=508 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.51% from 508); Green value is 246 (96.48% from 255 or 48.43% from 508); Blue value is 107 (42.19% from 255 or 21.06% from 508); Max value from RGB is 246 - color contains mainly: green. Hex color #9BF66B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BF66B is #640994. Grayscale: #CBCBCB. Windows color (decimal): -6556053 or 7075483. OLE color: 7075483.

HSL color Cylindrical-coordinate representation of color #9BF66B: hue angle of 99.28º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9BF66B is Cyan = 0.37, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.

Color convert

RGB155246107-
CMYK0.3700.570.04
HSL99.28º88.54%69.22%-
HSV(B)99.28º56.5%96.47%-
XYZ49.1373.9425.59-
YUV202.9473.8593.8-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.51%
GREEN value IS 246 (96.48% from 255) = 48.43%
BLUE value IS 107 (42.19% from 255) = 21.06%
R=30.51%
G=48.43%
B=21.06%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1552461070.3700.570.0499.2888.5469.22
Hex9BF66B250394635945
Octal233366153450714143131105
Binary100110111111011011010111001010111001100110001110110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF66B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,246,107); }

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

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

 a { background-color: rgb(155,246,107); }

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

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

 span { border-color: rgb(155,246,107); }

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