#9BE369

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

Shades of Feijoa #9BE369

Tints of Feijoa #9BE369

Color information

#9BE369 (or 0x9BE369) is unknown color: approx Feijoa. HEX triplet: 9B, E3 and 69. RGB value is (155,227,105). Sum of RGB (Red+Green+Blue) = 155+227+105=487 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.83% from 487); Green value is 227 (89.06% from 255 or 46.61% from 487); Blue value is 105 (41.41% from 255 or 21.56% from 487); Max value from RGB is 227 - color contains mainly: green. Hex color #9BE369 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BE369 is #641C96. Grayscale: #BFBFBF. Windows color (decimal): -6560919 or 6939547. OLE color: 6939547.

HSL color Cylindrical-coordinate representation of color #9BE369: hue angle of 95.41º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9BE369 is Cyan = 0.32, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB155227105-
CMYK0.3200.540.11
HSL95.41º68.54%65.1%-
HSV(B)95.41º53.74%89.02%-
XYZ43.5462.9323.22-
YUV191.5679.15101.92-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.83%
GREEN value IS 227 (89.06% from 255) = 46.61%
BLUE value IS 105 (41.41% from 255) = 21.56%
R=31.83%
G=46.61%
B=21.56%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1552271050.3200.540.1195.4168.5465.1
Hex9BE36920036B5f4541
Octal2333431514006613137105101
Binary1001101111100011110100110000001101101011101111110001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BE369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,227,105); }

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

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

 a { background-color: rgb(155,227,105); }

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

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

 span { border-color: rgb(155,227,105); }

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