#A6F87E

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

Shades of Feijoa #A6F87E

Tints of Feijoa #A6F87E

Color information

#A6F87E (or 0xA6F87E) is unknown color: approx Feijoa. HEX triplet: A6, F8 and 7E. RGB value is (166,248,126). Sum of RGB (Red+Green+Blue) = 166+248+126=540 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.74% from 540); Green value is 248 (97.27% from 255 or 45.93% from 540); Blue value is 126 (49.61% from 255 or 23.33% from 540); Max value from RGB is 248 - color contains mainly: green. Hex color #A6F87E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6F87E is #590781. Grayscale: #D1D1D1. Windows color (decimal): -5834626 or 8321190. OLE color: 8321190.

HSL color Cylindrical-coordinate representation of color #A6F87E: hue angle of 100.33º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A6F87E is Cyan = 0.33, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.

Color convert

RGB166248126-
CMYK0.3300.490.03
HSL100.33º89.71%73.33%-
HSV(B)100.33º49.19%97.25%-
XYZ53.0676.7531.76-
YUV209.5780.8396.92-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.74%
GREEN value IS 248 (97.27% from 255) = 45.93%
BLUE value IS 126 (49.61% from 255) = 23.33%
R=30.74%
G=45.93%
B=23.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1662481260.3300.490.03100.3389.7173.33
HexA6F87E210313645a49
Octal246370176410613144132111
Binary10100110111110001111110100001011000111110010010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6F87E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6F87E; }

 p { color: rgb(166,248,126); }

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

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

 a { background-color: rgb(166,248,126); }

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

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

 span { border-color: rgb(166,248,126); }

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