#A6F66C

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

Shades of Feijoa #A6F66C

Tints of Feijoa #A6F66C

Color information

#A6F66C (or 0xA6F66C) is unknown color: approx Feijoa. HEX triplet: A6, F6 and 6C. RGB value is (166,246,108). Sum of RGB (Red+Green+Blue) = 166+246+108=520 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.92% from 520); Green value is 246 (96.48% from 255 or 47.31% from 520); Blue value is 108 (42.58% from 255 or 20.77% from 520); Max value from RGB is 246 - color contains mainly: green. Hex color #A6F66C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6F66C is #590993. Grayscale: #CECECE. Windows color (decimal): -5835156 or 7141030. OLE color: 7141030.

HSL color Cylindrical-coordinate representation of color #A6F66C: hue angle of 94.78º degrees, saturation: 0.88, 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 #A6F66C is Cyan = 0.33, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.

Color convert

RGB166246108-
CMYK0.3300.560.04
HSL94.78º88.46%69.41%-
HSV(B)94.78º56.1%96.47%-
XYZ51.3975.125.97-
YUV206.3572.599.22-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.92%
GREEN value IS 246 (96.48% from 255) = 47.31%
BLUE value IS 108 (42.58% from 255) = 20.77%
R=31.92%
G=47.31%
B=20.77%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1662461080.3300.560.0494.7888.4669.41
HexA6F66C2103845f5845
Octal246366154410704137130105
Binary101001101111011011011001000010111000100101111110110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6F66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6F66C; }

 p { color: rgb(166,246,108); }

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

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

 a { background-color: rgb(166,246,108); }

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

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

 span { border-color: rgb(166,246,108); }

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