#9CD66D

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

Shades of Feijoa #9CD66D

Tints of Feijoa #9CD66D

Color information

#9CD66D (or 0x9CD66D) is unknown color: approx Feijoa. HEX triplet: 9C, D6 and 6D. RGB value is (156,214,109). Sum of RGB (Red+Green+Blue) = 156+214+109=479 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.57% from 479); Green value is 214 (83.98% from 255 or 44.68% from 479); Blue value is 109 (42.97% from 255 or 22.76% from 479); Max value from RGB is 214 - color contains mainly: green. Hex color #9CD66D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CD66D is #632992. Grayscale: #B9B9B9. Windows color (decimal): -6498707 or 7198364. OLE color: 7198364.

HSL color Cylindrical-coordinate representation of color #9CD66D: hue angle of 93.14º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9CD66D is Cyan = 0.27, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB156214109-
CMYK0.2700.490.16
HSL93.14º56.15%63.33%-
HSV(B)93.14º49.07%83.92%-
XYZ40.5256.2723.19-
YUV184.6985.28107.54-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.57%
GREEN value IS 214 (83.98% from 255) = 44.68%
BLUE value IS 109 (42.97% from 255) = 22.76%
R=32.57%
G=44.68%
B=22.76%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1562141090.2700.490.1693.1456.1563.33
Hex9CD66D1B031105d383f
Octal23432615533061201357077
Binary10011100110101101101101110110110001100001011101111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD66D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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