#9BE265

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

Shades of Feijoa #9BE265

Tints of Feijoa #9BE265

Color information

#9BE265 (or 0x9BE265) is unknown color: approx Feijoa. HEX triplet: 9B, E2 and 65. RGB value is (155,226,101). Sum of RGB (Red+Green+Blue) = 155+226+101=482 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.16% from 482); Green value is 226 (88.67% from 255 or 46.89% from 482); Blue value is 101 (39.84% from 255 or 20.95% from 482); Max value from RGB is 226 - color contains mainly: green. Hex color #9BE265 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BE265 is #641D9A. Grayscale: #BEBEBE. Windows color (decimal): -6561179 or 6677147. OLE color: 6677147.

HSL color Cylindrical-coordinate representation of color #9BE265: hue angle of 94.08º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9BE265 is Cyan = 0.31, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.

Color convert

RGB155226101-
CMYK0.3100.550.11
HSL94.08º68.31%64.12%-
HSV(B)94.08º55.31%88.63%-
XYZ43.0662.322.07-
YUV190.5277.48102.66-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.16%
GREEN value IS 226 (88.67% from 255) = 46.89%
BLUE value IS 101 (39.84% from 255) = 20.95%
R=32.16%
G=46.89%
B=20.95%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1552261010.3100.550.1194.0868.3164.12
Hex9BE2651F037B5e4440
Octal2333421453706713136104100
Binary100110111110001011001011111101101111011101111010001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BE265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,226,101); }

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

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

 a { background-color: rgb(155,226,101); }

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

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

 span { border-color: rgb(155,226,101); }

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