#9CD86D

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

Shades of Feijoa #9CD86D

Tints of Feijoa #9CD86D

Color information

#9CD86D (or 0x9CD86D) is unknown color: approx Feijoa. HEX triplet: 9C, D8 and 6D. RGB value is (156,216,109). Sum of RGB (Red+Green+Blue) = 156+216+109=481 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.43% from 481); Green value is 216 (84.77% from 255 or 44.91% from 481); Blue value is 109 (42.97% from 255 or 22.66% from 481); Max value from RGB is 216 - color contains mainly: green. Hex color #9CD86D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CD86D is #632792. Grayscale: #BABABA. Windows color (decimal): -6498195 or 7198876. OLE color: 7198876.

HSL color Cylindrical-coordinate representation of color #9CD86D: hue angle of 93.64º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9CD86D is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB156216109-
CMYK0.2800.500.15
HSL93.64º57.84%63.73%-
HSV(B)93.64º49.54%84.71%-
XYZ41.0357.2823.36-
YUV185.8684.62106.7-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.43%
GREEN value IS 216 (84.77% from 255) = 44.91%
BLUE value IS 109 (42.97% from 255) = 22.66%
R=32.43%
G=44.91%
B=22.66%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1562161090.2800.500.1593.6457.8463.73
Hex9CD86D1C032F5e3a40
Octal234330155340621713672100
Binary10011100110110001101101111000110010111110111101110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD86D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,216,109); }

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

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

 a { background-color: rgb(156,216,109); }

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

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

 span { border-color: rgb(156,216,109); }

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