#9CFA6A

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

Shades of Feijoa #9CFA6A

Tints of Feijoa #9CFA6A

Color information

#9CFA6A (or 0x9CFA6A) is unknown color: approx Feijoa. HEX triplet: 9C, FA and 6A. RGB value is (156,250,106). Sum of RGB (Red+Green+Blue) = 156+250+106=512 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.47% from 512); Green value is 250 (98.05% from 255 or 48.83% from 512); Blue value is 106 (41.80% from 255 or 20.70% from 512); Max value from RGB is 250 - color contains mainly: green. Hex color #9CFA6A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CFA6A is #630595. Grayscale: #CDCDCD. Windows color (decimal): -6489494 or 7010972. OLE color: 7010972.

HSL color Cylindrical-coordinate representation of color #9CFA6A: hue angle of 99.17º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9CFA6A is Cyan = 0.38, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB156250106-
CMYK0.3800.580.02
HSL99.17º93.51%69.8%-
HSV(B)99.17º57.6%98.04%-
XYZ50.576.4825.74-
YUV205.4871.8692.71-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.47%
GREEN value IS 250 (98.05% from 255) = 48.83%
BLUE value IS 106 (41.80% from 255) = 20.70%
R=30.47%
G=48.83%
B=20.70%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1562501060.3800.580.0299.1793.5169.8
Hex9CFA6A2603A2635e46
Octal234372152460722143136106
Binary10011100111110101101010100110011101010110001110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CFA6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,250,106); }

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

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

 a { background-color: rgb(156,250,106); }

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

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

 span { border-color: rgb(156,250,106); }

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