#a6f472

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

Shades of Feijoa #A6F472

Tints of Feijoa #A6F472

Color information

#A6F472 (or 0xA6F472) is unknown color: approx Feijoa. HEX triplet: A6, F4 and 72. RGB value is (166,244,114). Sum of RGB (Red+Green+Blue) = 166+244+114=524 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.68% from 524); Green value is 244 (95.70% from 255 or 46.56% from 524); Blue value is 114 (44.92% from 255 or 21.76% from 524); Max value from RGB is 244 - color contains mainly: green. Hex color #A6F472 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6F472 is #590B8D. Grayscale: #CECECE. Windows color (decimal): -5835662 or 7533734. OLE color: 7533734.

HSL color Cylindrical-coordinate representation of color #A6F472: hue angle of 96º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A6F472 is Cyan = 0.32, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB166244114-
CMYK0.3200.530.04
HSL96º85.53%70.2%-
HSV(B)96º53.28%95.69%-
XYZ51.1174.0227.51-
YUV205.8676.1699.57-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.68%
GREEN value IS 244 (95.70% from 255) = 46.56%
BLUE value IS 114 (44.92% from 255) = 21.76%
R=31.68%
G=46.56%
B=21.76%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1662441140.3200.530.049685.5370.2
HexA6F472200354605646
Octal246364162400654140126106
Binary101001101111010011100101000000110101100110000010101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a6f472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a6f472; }

 p { color: rgb(166,244,114); }

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

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

 a { background-color: rgb(166,244,114); }

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

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

 span { border-color: rgb(166,244,114); }

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