#9BE171

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

Shades of Feijoa #9BE171

Tints of Feijoa #9BE171

Color information

#9BE171 (or 0x9BE171) is unknown color: approx Feijoa. HEX triplet: 9B, E1 and 71. RGB value is (155,225,113). Sum of RGB (Red+Green+Blue) = 155+225+113=493 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.44% from 493); Green value is 225 (88.28% from 255 or 45.64% from 493); Blue value is 113 (44.53% from 255 or 22.92% from 493); Max value from RGB is 225 - color contains mainly: green. Hex color #9BE171 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BE171 is #641E8E. Grayscale: #BFBFBF. Windows color (decimal): -6561423 or 7463323. OLE color: 7463323.

HSL color Cylindrical-coordinate representation of color #9BE171: hue angle of 97.5º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9BE171 is Cyan = 0.31, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB155225113-
CMYK0.3100.500.12
HSL97.5º65.12%66.27%-
HSV(B)97.5º49.78%88.24%-
XYZ43.4262.0125.3-
YUV191.383.81102.11-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.44%
GREEN value IS 225 (88.28% from 255) = 45.64%
BLUE value IS 113 (44.53% from 255) = 22.92%
R=31.44%
G=45.64%
B=22.92%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1552251130.3100.500.1297.565.1266.27
Hex9BE1711F032C624142
Octal2333411613706214142101102
Binary100110111110000111100011111101100101100110001010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BE171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,225,113); }

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

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

 a { background-color: rgb(155,225,113); }

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

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

 span { border-color: rgb(155,225,113); }

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