#A6F16A

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

Shades of Feijoa #A6F16A

Tints of Feijoa #A6F16A

Color information

#A6F16A (or 0xA6F16A) is unknown color: approx Feijoa. HEX triplet: A6, F1 and 6A. RGB value is (166,241,106). Sum of RGB (Red+Green+Blue) = 166+241+106=513 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.36% from 513); Green value is 241 (94.53% from 255 or 46.98% from 513); Blue value is 106 (41.80% from 255 or 20.66% from 513); Max value from RGB is 241 - color contains mainly: green. Hex color #A6F16A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6F16A is #590E95. Grayscale: #CBCBCB. Windows color (decimal): -5836438 or 7008678. OLE color: 7008678.

HSL color Cylindrical-coordinate representation of color #A6F16A: hue angle of 93.33º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A6F16A is Cyan = 0.31, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB166241106-
CMYK0.3100.560.05
HSL93.33º82.82%68.04%-
HSV(B)93.33º56.02%94.51%-
XYZ49.7872.0624.92-
YUV203.1873.15101.48-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.36%
GREEN value IS 241 (94.53% from 255) = 46.98%
BLUE value IS 106 (41.80% from 255) = 20.66%
R=32.36%
G=46.98%
B=20.66%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1662411060.3100.560.0593.3382.8268.04
HexA6F16A1F03855d5344
Octal246361152370705135123104
Binary10100110111100011101010111110111000101101110110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6F16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6F16A; }

 p { color: rgb(166,241,106); }

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

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

 a { background-color: rgb(166,241,106); }

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

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

 span { border-color: rgb(166,241,106); }

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