#9CDF72

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

Shades of Feijoa #9CDF72

Tints of Feijoa #9CDF72

Color information

#9CDF72 (or 0x9CDF72) is unknown color: approx Feijoa. HEX triplet: 9C, DF and 72. RGB value is (156,223,114). Sum of RGB (Red+Green+Blue) = 156+223+114=493 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.64% from 493); Green value is 223 (87.5% from 255 or 45.23% from 493); Blue value is 114 (44.92% from 255 or 23.12% from 493); Max value from RGB is 223 - color contains mainly: green. Hex color #9CDF72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDF72 is #63208D. Grayscale: #BEBEBE. Windows color (decimal): -6496398 or 7528348. OLE color: 7528348.

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

Color convert

RGB156223114-
CMYK0.3000.490.13
HSL96.88º63.01%66.08%-
HSV(B)96.88º48.88%87.45%-
XYZ43.1461.0625.43-
YUV190.5484.8103.36-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.64%
GREEN value IS 223 (87.5% from 255) = 45.23%
BLUE value IS 114 (44.92% from 255) = 23.12%
R=31.64%
G=45.23%
B=23.12%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1562231140.3000.490.1396.8863.0166.08
Hex9CDF721E031D613f42
Octal234337162360611514177102
Binary10011100110111111110010111100110001110111000011111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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