#A6FF6E

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

Shades of Feijoa #A6FF6E

Tints of Feijoa #A6FF6E

Color information

#A6FF6E (or 0xA6FF6E) is unknown color: approx Feijoa. HEX triplet: A6, FF and 6E. RGB value is (166,255,110). Sum of RGB (Red+Green+Blue) = 166+255+110=531 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.26% from 531); Green value is 255 (100% from 255 or 48.02% from 531); Blue value is 110 (43.36% from 255 or 20.72% from 531); Max value from RGB is 255 - color contains mainly: green. Hex color #A6FF6E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6FF6E is #590091. Grayscale: #D4D4D4. Windows color (decimal): -5832850 or 7274406. OLE color: 7274406.

HSL color Cylindrical-coordinate representation of color #A6FF6E: hue angle of 96.83º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A6FF6E is Cyan = 0.35, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.

Color convert

RGB166255110-
CMYK0.3500.570
HSL96.83º100%71.57%-
HSV(B)96.83º56.86%100%-
XYZ54.380.7527.48-
YUV211.8670.5195.29-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.26%
GREEN value IS 255 (100% from 255) = 48.02%
BLUE value IS 110 (43.36% from 255) = 20.72%
R=31.26%
G=48.02%
B=20.72%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1662551100.3500.57096.8310071.57
HexA6FF6E230390616448
Octal246377156430710141144110
Binary1010011011111111110111010001101110010110000111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6FF6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6FF6E; }

 p { color: rgb(166,255,110); }

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

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

 a { background-color: rgb(166,255,110); }

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

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

 span { border-color: rgb(166,255,110); }

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