#A6F670

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

Shades of Feijoa #A6F670

Tints of Feijoa #A6F670

Color information

#A6F670 (or 0xA6F670) is unknown color: approx Feijoa. HEX triplet: A6, F6 and 70. RGB value is (166,246,112). Sum of RGB (Red+Green+Blue) = 166+246+112=524 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.68% from 524); Green value is 246 (96.48% from 255 or 46.95% from 524); Blue value is 112 (44.14% from 255 or 21.37% from 524); Max value from RGB is 246 - color contains mainly: green. Hex color #A6F670 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6F670 is #59098F. Grayscale: #CFCFCF. Windows color (decimal): -5835152 or 7403174. OLE color: 7403174.

HSL color Cylindrical-coordinate representation of color #A6F670: hue angle of 95.82º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A6F670 is Cyan = 0.33, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB166246112-
CMYK0.3300.540.04
HSL95.82º88.16%70.2%-
HSV(B)95.82º54.47%96.47%-
XYZ51.6175.1927.12-
YUV206.874.598.9-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.68%
GREEN value IS 246 (96.48% from 255) = 46.95%
BLUE value IS 112 (44.14% from 255) = 21.37%
R=31.68%
G=46.95%
B=21.37%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1662461120.3300.540.0495.8288.1670.2
HexA6F670210364605846
Octal246366160410664140130106
Binary101001101111011011100001000010110110100110000010110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6F670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6F670; }

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

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

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

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

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

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

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

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