#9BF07C

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

Shades of Feijoa #9BF07C

Tints of Feijoa #9BF07C

Color information

#9BF07C (or 0x9BF07C) is unknown color: approx Feijoa. HEX triplet: 9B, F0 and 7C. RGB value is (155,240,124). Sum of RGB (Red+Green+Blue) = 155+240+124=519 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.87% from 519); Green value is 240 (94.14% from 255 or 46.24% from 519); Blue value is 124 (48.83% from 255 or 23.89% from 519); Max value from RGB is 240 - color contains mainly: green. Hex color #9BF07C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BF07C is #640F83. Grayscale: #C9C9C9. Windows color (decimal): -6557572 or 8188059. OLE color: 8188059.

HSL color Cylindrical-coordinate representation of color #9BF07C: hue angle of 103.97º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9BF07C is Cyan = 0.35, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB155240124-
CMYK0.3500.480.06
HSL103.97º79.45%71.37%-
HSV(B)103.97º48.33%94.12%-
XYZ48.3270.7430.18-
YUV201.3684.3494.93-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.87%
GREEN value IS 240 (94.14% from 255) = 46.24%
BLUE value IS 124 (48.83% from 255) = 23.89%
R=29.87%
G=46.24%
B=23.89%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1552401240.3500.480.06103.9779.4571.37
Hex9BF07C230306684f47
Octal233360174430606150117107
Binary100110111111000011111001000110110000110110100010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF07C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,240,124); }

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

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

 a { background-color: rgb(155,240,124); }

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

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

 span { border-color: rgb(155,240,124); }

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