#9BE772

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

Shades of Feijoa #9BE772

Tints of Feijoa #9BE772

Color information

#9BE772 (or 0x9BE772) is unknown color: approx Feijoa. HEX triplet: 9B, E7 and 72. RGB value is (155,231,114). Sum of RGB (Red+Green+Blue) = 155+231+114=500 (66% of max value = 765). Red value is 155 (60.94% from 255 or 31% from 500); Green value is 231 (90.62% from 255 or 46.2% from 500); Blue value is 114 (44.92% from 255 or 22.8% from 500); Max value from RGB is 231 - color contains mainly: green. Hex color #9BE772 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BE772 is #64188D. Grayscale: #C3C3C3. Windows color (decimal): -6559886 or 7530395. OLE color: 7530395.

HSL color Cylindrical-coordinate representation of color #9BE772: hue angle of 98.97º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9BE772 is Cyan = 0.33, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB155231114-
CMYK0.3300.510.09
HSL98.97º70.91%67.65%-
HSV(B)98.97º50.65%90.59%-
XYZ45.1365.3426.15-
YUV194.9482.3299.51-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31%
GREEN value IS 231 (90.62% from 255) = 46.2%
BLUE value IS 114 (44.92% from 255) = 22.8%
R=31%
G=46.2%
B=22.8%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1552311140.3300.510.0998.9770.9167.65
Hex9BE772210339634744
Octal2333471624106311143107104
Binary1001101111100111111001010000101100111001110001110001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BE772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,231,114); }

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

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

 a { background-color: rgb(155,231,114); }

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

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

 span { border-color: rgb(155,231,114); }

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