#9CF56F

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

Shades of Feijoa #9CF56F

Tints of Feijoa #9CF56F

Color information

#9CF56F (or 0x9CF56F) is unknown color: approx Feijoa. HEX triplet: 9C, F5 and 6F. RGB value is (156,245,111). Sum of RGB (Red+Green+Blue) = 156+245+111=512 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.47% from 512); Green value is 245 (96.09% from 255 or 47.85% from 512); Blue value is 111 (43.75% from 255 or 21.68% from 512); Max value from RGB is 245 - color contains mainly: green. Hex color #9CF56F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CF56F is #630A90. Grayscale: #CBCBCB. Windows color (decimal): -6490769 or 7337372. OLE color: 7337372.

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

Color convert

RGB156245111-
CMYK0.3600.550.04
HSL99.85º87.01%69.8%-
HSV(B)99.85º54.69%96.08%-
XYZ49.2373.5226.63-
YUV203.1176.0194.4-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.47%
GREEN value IS 245 (96.09% from 255) = 47.85%
BLUE value IS 111 (43.75% from 255) = 21.68%
R=30.47%
G=47.85%
B=21.68%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1562451110.3600.550.0499.8587.0169.8
Hex9CF56F240374645746
Octal234365157440674144127106
Binary100111001111010111011111001000110111100110010010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CF56F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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