#A6F280

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

Shades of Feijoa #A6F280

Tints of Feijoa #A6F280

Color information

#A6F280 (or 0xA6F280) is unknown color: approx Feijoa. HEX triplet: A6, F2 and 80. RGB value is (166,242,128). Sum of RGB (Red+Green+Blue) = 166+242+128=536 (70% of max value = 765). Red value is 166 (65.23% from 255 or 30.97% from 536); Green value is 242 (94.92% from 255 or 45.15% from 536); Blue value is 128 (50.39% from 255 or 23.88% from 536); Max value from RGB is 242 - color contains mainly: green. Hex color #A6F280 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A6F280 is #590D7F. Grayscale: #CECECE. Windows color (decimal): -5836160 or 8450726. OLE color: 8450726.

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

Color convert

RGB166242128-
CMYK0.3100.470.05
HSL100º81.43%72.55%-
HSV(B)100º47.11%94.9%-
XYZ51.3773.1731.84-
YUV206.2883.8299.27-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.97%
GREEN value IS 242 (94.92% from 255) = 45.15%
BLUE value IS 128 (50.39% from 255) = 23.88%
R=30.97%
G=45.15%
B=23.88%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1662421280.3100.470.0510081.4372.55
HexA6F2801F02F5645149
Octal246362200370575144121111
Binary101001101111001010000000111110101111101110010010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6F280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6F280; }

 p { color: rgb(166,242,128); }

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

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

 a { background-color: rgb(166,242,128); }

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

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

 span { border-color: rgb(166,242,128); }

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