#9BDC6E

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

Shades of Feijoa #9BDC6E

Tints of Feijoa #9BDC6E

Color information

#9BDC6E (or 0x9BDC6E) is unknown color: approx Feijoa. HEX triplet: 9B, DC and 6E. RGB value is (155,220,110). Sum of RGB (Red+Green+Blue) = 155+220+110=485 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.96% from 485); Green value is 220 (86.33% from 255 or 45.36% from 485); Blue value is 110 (43.36% from 255 or 22.68% from 485); Max value from RGB is 220 - color contains mainly: green. Hex color #9BDC6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDC6E is #642391. Grayscale: #BCBCBC. Windows color (decimal): -6562706 or 7265435. OLE color: 7265435.

HSL color Cylindrical-coordinate representation of color #9BDC6E: hue angle of 95.45º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9BDC6E is Cyan = 0.30, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB155220110-
CMYK0.3000.500.14
HSL95.45º61.11%64.71%-
HSV(B)95.45º50%86.27%-
XYZ41.9359.2823.98-
YUV188.0283.97104.44-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.96%
GREEN value IS 220 (86.33% from 255) = 45.36%
BLUE value IS 110 (43.36% from 255) = 22.68%
R=31.96%
G=45.36%
B=22.68%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1552201100.3000.500.1495.4561.1164.71
Hex9BDC6E1E032E5f3d41
Octal233334156360621613775101
Binary10011011110111001101110111100110010111010111111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDC6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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