#9BDF6E

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

Shades of Feijoa #9BDF6E

Tints of Feijoa #9BDF6E

Color information

#9BDF6E (or 0x9BDF6E) is unknown color: approx Feijoa. HEX triplet: 9B, DF and 6E. RGB value is (155,223,110). Sum of RGB (Red+Green+Blue) = 155+223+110=488 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.76% from 488); Green value is 223 (87.5% from 255 or 45.70% from 488); Blue value is 110 (43.36% from 255 or 22.54% from 488); Max value from RGB is 223 - color contains mainly: green. Hex color #9BDF6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDF6E is #642091. Grayscale: #BEBEBE. Windows color (decimal): -6561938 or 7266203. OLE color: 7266203.

HSL color Cylindrical-coordinate representation of color #9BDF6E: hue angle of 96.11º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9BDF6E is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB155223110-
CMYK0.3000.510.13
HSL96.11º63.84%65.29%-
HSV(B)96.11º50.67%87.45%-
XYZ42.7260.8724.25-
YUV189.7982.97103.19-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.76%
GREEN value IS 223 (87.5% from 255) = 45.70%
BLUE value IS 110 (43.36% from 255) = 22.54%
R=31.76%
G=45.70%
B=22.54%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1552231100.3000.510.1396.1163.8465.29
Hex9BDF6E1E033D604041
Octal2333371563606315140100101
Binary100110111101111111011101111001100111101110000010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDF6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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