#9BF96E

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

Shades of Feijoa #9BF96E

Tints of Feijoa #9BF96E

Color information

#9BF96E (or 0x9BF96E) is unknown color: approx Feijoa. HEX triplet: 9B, F9 and 6E. RGB value is (155,249,110). Sum of RGB (Red+Green+Blue) = 155+249+110=514 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.16% from 514); Green value is 249 (97.66% from 255 or 48.44% from 514); Blue value is 110 (43.36% from 255 or 21.40% from 514); Max value from RGB is 249 - color contains mainly: green. Hex color #9BF96E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BF96E is #640691. Grayscale: #CDCDCD. Windows color (decimal): -6555282 or 7272859. OLE color: 7272859.

HSL color Cylindrical-coordinate representation of color #9BF96E: hue angle of 100.58º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9BF96E is Cyan = 0.38, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.

Color convert

RGB155249110-
CMYK0.3800.560.02
HSL100.58º92.05%70.39%-
HSV(B)100.58º55.82%97.65%-
XYZ50.2175.8526.75-
YUV205.0574.3692.3-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.16%
GREEN value IS 249 (97.66% from 255) = 48.44%
BLUE value IS 110 (43.36% from 255) = 21.40%
R=30.16%
G=48.44%
B=21.40%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1552491100.3800.560.02100.5892.0570.39
Hex9BF96E260382655c46
Octal233371156460702145134106
Binary10011011111110011101110100110011100010110010110111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,249,110); }

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

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

 a { background-color: rgb(155,249,110); }

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

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

 span { border-color: rgb(155,249,110); }

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