#9CF56D

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

Shades of Feijoa #9CF56D

Tints of Feijoa #9CF56D

Color information

#9CF56D (or 0x9CF56D) is unknown color: approx Feijoa. HEX triplet: 9C, F5 and 6D. RGB value is (156,245,109). Sum of RGB (Red+Green+Blue) = 156+245+109=510 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.59% from 510); Green value is 245 (96.09% from 255 or 48.04% from 510); Blue value is 109 (42.97% from 255 or 21.37% from 510); Max value from RGB is 245 - color contains mainly: green. Hex color #9CF56D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CF56D is #630A92. Grayscale: #CBCBCB. Windows color (decimal): -6490771 or 7206300. OLE color: 7206300.

HSL color Cylindrical-coordinate representation of color #9CF56D: hue angle of 99.26º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9CF56D is Cyan = 0.36, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.

Color convert

RGB156245109-
CMYK0.3600.560.04
HSL99.26º87.18%69.41%-
HSV(B)99.26º55.51%96.08%-
XYZ49.1273.4826.06-
YUV202.8875.0194.56-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.59%
GREEN value IS 245 (96.09% from 255) = 48.04%
BLUE value IS 109 (42.97% from 255) = 21.37%
R=30.59%
G=48.04%
B=21.37%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1562451090.3600.560.0499.2687.1869.41
Hex9CF56D240384635745
Octal234365155440704143127105
Binary100111001111010111011011001000111000100110001110101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CF56D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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