#A6F870

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

Shades of Feijoa #A6F870

Tints of Feijoa #A6F870

Color information

#A6F870 (or 0xA6F870) is unknown color: approx Feijoa. HEX triplet: A6, F8 and 70. RGB value is (166,248,112). Sum of RGB (Red+Green+Blue) = 166+248+112=526 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.56% from 526); Green value is 248 (97.27% from 255 or 47.15% from 526); Blue value is 112 (44.14% from 255 or 21.29% from 526); Max value from RGB is 248 - color contains mainly: green. Hex color #A6F870 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6F870 is #59078F. Grayscale: #D0D0D0. Windows color (decimal): -5834640 or 7403686. OLE color: 7403686.

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

Color convert

RGB166248112-
CMYK0.3300.550.03
HSL96.18º90.67%70.59%-
HSV(B)96.18º54.84%97.25%-
XYZ52.2276.4127.33-
YUV207.9873.8398.06-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.56%
GREEN value IS 248 (97.27% from 255) = 47.15%
BLUE value IS 112 (44.14% from 255) = 21.29%
R=31.56%
G=47.15%
B=21.29%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1662481120.3300.550.0396.1890.6770.59
HexA6F870210373605b47
Octal246370160410673140133107
Binary10100110111110001110000100001011011111110000010110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6F870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6F870; }

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

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

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

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

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

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

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

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