#9CF46F

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

Shades of Feijoa #9CF46F

Tints of Feijoa #9CF46F

Color information

#9CF46F (or 0x9CF46F) is unknown color: approx Feijoa. HEX triplet: 9C, F4 and 6F. RGB value is (156,244,111). Sum of RGB (Red+Green+Blue) = 156+244+111=511 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.53% from 511); Green value is 244 (95.70% from 255 or 47.75% from 511); Blue value is 111 (43.75% from 255 or 21.72% from 511); Max value from RGB is 244 - color contains mainly: green. Hex color #9CF46F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CF46F is #630B90. Grayscale: #CACACA. Windows color (decimal): -6491025 or 7337116. OLE color: 7337116.

HSL color Cylindrical-coordinate representation of color #9CF46F: hue angle of 99.7º degrees, saturation: 0.86, 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 #9CF46F is Cyan = 0.36, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.04.

Color convert

RGB156244111-
CMYK0.3600.550.04
HSL99.7º85.81%69.61%-
HSV(B)99.7º54.51%95.69%-
XYZ48.9372.9226.53-
YUV202.5376.3594.81-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.53%
GREEN value IS 244 (95.70% from 255) = 47.75%
BLUE value IS 111 (43.75% from 255) = 21.72%
R=30.53%
G=47.75%
B=21.72%

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
Decimal1562441110.3600.550.0499.785.8169.61
Hex9CF46F240374645646
Octal234364157440674144126106
Binary100111001111010011011111001000110111100110010010101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CF46F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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