#9BF06F

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

Shades of Feijoa #9BF06F

Tints of Feijoa #9BF06F

Color information

#9BF06F (or 0x9BF06F) is unknown color: approx Feijoa. HEX triplet: 9B, F0 and 6F. RGB value is (155,240,111). Sum of RGB (Red+Green+Blue) = 155+240+111=506 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.63% from 506); Green value is 240 (94.14% from 255 or 47.43% from 506); Blue value is 111 (43.75% from 255 or 21.94% from 506); Max value from RGB is 240 - color contains mainly: green. Hex color #9BF06F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BF06F is #640F90. Grayscale: #C8C8C8. Windows color (decimal): -6557585 or 7336091. OLE color: 7336091.

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

Color convert

RGB155240111-
CMYK0.3500.540.06
HSL99.53º81.13%68.82%-
HSV(B)99.53º53.75%94.12%-
XYZ47.5570.4426.13-
YUV199.8877.8495.99-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.63%
GREEN value IS 240 (94.14% from 255) = 47.43%
BLUE value IS 111 (43.75% from 255) = 21.94%
R=30.63%
G=47.43%
B=21.94%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1552401110.3500.540.0699.5381.1368.82
Hex9BF06F230366645145
Octal233360157430666144121105
Binary100110111111000011011111000110110110110110010010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF06F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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