#9BDC6D

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

Shades of Feijoa #9BDC6D

Tints of Feijoa #9BDC6D

Color information

#9BDC6D (or 0x9BDC6D) is unknown color: approx Feijoa. HEX triplet: 9B, DC and 6D. RGB value is (155,220,109). Sum of RGB (Red+Green+Blue) = 155+220+109=484 (64% of max value = 765). Red value is 155 (60.94% from 255 or 32.02% from 484); Green value is 220 (86.33% from 255 or 45.45% from 484); Blue value is 109 (42.97% from 255 or 22.52% from 484); Max value from RGB is 220 - color contains mainly: green. Hex color #9BDC6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDC6D is #642392. Grayscale: #BCBCBC. Windows color (decimal): -6562707 or 7199899. OLE color: 7199899.

HSL color Cylindrical-coordinate representation of color #9BDC6D: hue angle of 95.14º 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 #9BDC6D is Cyan = 0.30, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB155220109-
CMYK0.3000.500.14
HSL95.14º61.33%64.51%-
HSV(B)95.14º50.45%86.27%-
XYZ41.8759.2623.7-
YUV187.9183.47104.53-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.02%
GREEN value IS 220 (86.33% from 255) = 45.45%
BLUE value IS 109 (42.97% from 255) = 22.52%
R=32.02%
G=45.45%
B=22.52%

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
Decimal1552201090.3000.500.1495.1461.3364.51
Hex9BDC6D1E032E5f3d41
Octal233334155360621613775101
Binary10011011110111001101101111100110010111010111111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDC6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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