#9CDA71

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

Shades of Feijoa #9CDA71

Tints of Feijoa #9CDA71

Color information

#9CDA71 (or 0x9CDA71) is unknown color: approx Feijoa. HEX triplet: 9C, DA and 71. RGB value is (156,218,113). Sum of RGB (Red+Green+Blue) = 156+218+113=487 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.03% from 487); Green value is 218 (85.55% from 255 or 44.76% from 487); Blue value is 113 (44.53% from 255 or 23.20% from 487); Max value from RGB is 218 - color contains mainly: green. Hex color #9CDA71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDA71 is #63258E. Grayscale: #BBBBBB. Windows color (decimal): -6497679 or 7461532. OLE color: 7461532.

HSL color Cylindrical-coordinate representation of color #9CDA71: hue angle of 95.43º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9CDA71 is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB156218113-
CMYK0.2800.480.15
HSL95.43º58.66%64.9%-
HSV(B)95.43º48.17%85.49%-
XYZ41.7658.424.69-
YUV187.4985.96105.54-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.03%
GREEN value IS 218 (85.55% from 255) = 44.76%
BLUE value IS 113 (44.53% from 255) = 23.20%
R=32.03%
G=44.76%
B=23.20%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1562181130.2800.480.1595.4358.6664.9
Hex9CDA711C030F5f3b41
Octal234332161340601713773101
Binary10011100110110101110001111000110000111110111111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,218,113); }

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

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

 a { background-color: rgb(156,218,113); }

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

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

 span { border-color: rgb(156,218,113); }

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