#9CDB66

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

Shades of Feijoa #9CDB66

Tints of Feijoa #9CDB66

Color information

#9CDB66 (or 0x9CDB66) is unknown color: approx Feijoa. HEX triplet: 9C, DB and 66. RGB value is (156,219,102). Sum of RGB (Red+Green+Blue) = 156+219+102=477 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.70% from 477); Green value is 219 (85.94% from 255 or 45.91% from 477); Blue value is 102 (40.23% from 255 or 21.38% from 477); Max value from RGB is 219 - color contains mainly: green. Hex color #9CDB66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDB66 is #632499. Grayscale: #BBBBBB. Windows color (decimal): -6497434 or 6740892. OLE color: 6740892.

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

Color convert

RGB156219102-
CMYK0.2900.530.14
HSL92.31º61.9%62.94%-
HSV(B)92.31º53.42%85.88%-
XYZ41.4458.6921.71-
YUV186.8280.13106.01-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.70%
GREEN value IS 219 (85.94% from 255) = 45.91%
BLUE value IS 102 (40.23% from 255) = 21.38%
R=32.70%
G=45.91%
B=21.38%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1562191020.2900.530.1492.3161.962.94
Hex9CDB661D035E5c3e3f
Octal23433314635065161347677
Binary1001110011011011110011011101011010111101011100111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDB66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,219,102); }

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

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

 a { background-color: rgb(156,219,102); }

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

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

 span { border-color: rgb(156,219,102); }

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