#9BF66C

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

Shades of Feijoa #9BF66C

Tints of Feijoa #9BF66C

Color information

#9BF66C (or 0x9BF66C) is unknown color: approx Feijoa. HEX triplet: 9B, F6 and 6C. RGB value is (155,246,108). Sum of RGB (Red+Green+Blue) = 155+246+108=509 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.45% from 509); Green value is 246 (96.48% from 255 or 48.33% from 509); Blue value is 108 (42.58% from 255 or 21.22% from 509); Max value from RGB is 246 - color contains mainly: green. Hex color #9BF66C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BF66C is #640993. Grayscale: #CBCBCB. Windows color (decimal): -6556052 or 7141019. OLE color: 7141019.

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

Color convert

RGB155246108-
CMYK0.3700.560.04
HSL99.57º88.46%69.41%-
HSV(B)99.57º56.1%96.47%-
XYZ49.1873.9625.87-
YUV203.0674.3593.72-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.45%
GREEN value IS 246 (96.48% from 255) = 48.33%
BLUE value IS 108 (42.58% from 255) = 21.22%
R=30.45%
G=48.33%
B=21.22%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1552461080.3700.560.0499.5788.4669.41
Hex9BF66C250384645845
Octal233366154450704144130105
Binary100110111111011011011001001010111000100110010010110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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