#9BDC66

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

Shades of Feijoa #9BDC66

Tints of Feijoa #9BDC66

Color information

#9BDC66 (or 0x9BDC66) is unknown color: approx Feijoa. HEX triplet: 9B, DC and 66. RGB value is (155,220,102). Sum of RGB (Red+Green+Blue) = 155+220+102=477 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.49% from 477); Green value is 220 (86.33% from 255 or 46.12% from 477); Blue value is 102 (40.23% from 255 or 21.38% from 477); Max value from RGB is 220 - color contains mainly: green. Hex color #9BDC66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDC66 is #642399. Grayscale: #BBBBBB. Windows color (decimal): -6562714 or 6741147. OLE color: 6741147.

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

Color convert

RGB155220102-
CMYK0.3000.540.14
HSL93.05º62.77%63.14%-
HSV(B)93.05º53.64%86.27%-
XYZ41.5159.1121.79-
YUV187.1179.97105.09-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.49%
GREEN value IS 220 (86.33% from 255) = 46.12%
BLUE value IS 102 (40.23% from 255) = 21.38%
R=32.49%
G=46.12%
B=21.38%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1552201020.3000.540.1493.0562.7763.14
Hex9BDC661E036E5d3f3f
Octal23333414636066161357777
Binary1001101111011100110011011110011011011101011101111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDC66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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