#9CDF6C

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

Shades of Feijoa #9CDF6C

Tints of Feijoa #9CDF6C

Color information

#9CDF6C (or 0x9CDF6C) is unknown color: approx Feijoa. HEX triplet: 9C, DF and 6C. RGB value is (156,223,108). Sum of RGB (Red+Green+Blue) = 156+223+108=487 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.03% from 487); Green value is 223 (87.5% from 255 or 45.79% from 487); Blue value is 108 (42.58% from 255 or 22.18% from 487); Max value from RGB is 223 - color contains mainly: green. Hex color #9CDF6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDF6C is #632093. Grayscale: #BEBEBE. Windows color (decimal): -6496404 or 7135132. OLE color: 7135132.

HSL color Cylindrical-coordinate representation of color #9CDF6C: hue angle of 94.96º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9CDF6C is Cyan = 0.30, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB156223108-
CMYK0.3000.520.13
HSL94.96º64.25%64.9%-
HSV(B)94.96º51.57%87.45%-
XYZ42.860.9323.69-
YUV189.8681.8103.85-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.03%
GREEN value IS 223 (87.5% from 255) = 45.79%
BLUE value IS 108 (42.58% from 255) = 22.18%
R=32.03%
G=45.79%
B=22.18%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1562231080.3000.520.1394.9664.2564.9
Hex9CDF6C1E034D5f4041
Octal2343371543606415137100101
Binary100111001101111111011001111001101001101101111110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDF6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,223,108); }

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

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

 a { background-color: rgb(156,223,108); }

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

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

 span { border-color: rgb(156,223,108); }

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