#9BF16F

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

Shades of Feijoa #9BF16F

Tints of Feijoa #9BF16F

Color information

#9BF16F (or 0x9BF16F) is unknown color: approx Feijoa. HEX triplet: 9B, F1 and 6F. RGB value is (155,241,111). Sum of RGB (Red+Green+Blue) = 155+241+111=507 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.57% from 507); Green value is 241 (94.53% from 255 or 47.53% from 507); Blue value is 111 (43.75% from 255 or 21.89% from 507); Max value from RGB is 241 - color contains mainly: green. Hex color #9BF16F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BF16F is #640E90. Grayscale: #C8C8C8. Windows color (decimal): -6557329 or 7336347. OLE color: 7336347.

HSL color Cylindrical-coordinate representation of color #9BF16F: hue angle of 99.69º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9BF16F is Cyan = 0.36, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB155241111-
CMYK0.3600.540.05
HSL99.69º82.28%69.02%-
HSV(B)99.69º53.94%94.51%-
XYZ47.8471.0326.23-
YUV200.4777.5195.57-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.57%
GREEN value IS 241 (94.53% from 255) = 47.53%
BLUE value IS 111 (43.75% from 255) = 21.89%
R=30.57%
G=47.53%
B=21.89%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1552411110.3600.540.0599.6982.2869.02
Hex9BF16F240365645245
Octal233361157440665144122105
Binary100110111111000111011111001000110110101110010010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF16F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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