#A6F176

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

Shades of Feijoa #A6F176

Tints of Feijoa #A6F176

Color information

#A6F176 (or 0xA6F176) is unknown color: approx Feijoa. HEX triplet: A6, F1 and 76. RGB value is (166,241,118). Sum of RGB (Red+Green+Blue) = 166+241+118=525 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.62% from 525); Green value is 241 (94.53% from 255 or 45.90% from 525); Blue value is 118 (46.48% from 255 or 22.48% from 525); Max value from RGB is 241 - color contains mainly: green. Hex color #A6F176 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6F176 is #590E89. Grayscale: #CCCCCC. Windows color (decimal): -5836426 or 7795110. OLE color: 7795110.

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

Color convert

RGB166241118-
CMYK0.3100.510.05
HSL96.59º81.46%70.39%-
HSV(B)96.59º51.04%94.51%-
XYZ50.4572.3328.44-
YUV204.5579.15100.5-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.62%
GREEN value IS 241 (94.53% from 255) = 45.90%
BLUE value IS 118 (46.48% from 255) = 22.48%
R=31.62%
G=45.90%
B=22.48%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1662411180.3100.510.0596.5981.4670.39
HexA6F1761F0335615146
Octal246361166370635141121106
Binary10100110111100011110110111110110011101110000110100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6F176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6F176; }

 p { color: rgb(166,241,118); }

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

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

 a { background-color: rgb(166,241,118); }

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

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

 span { border-color: rgb(166,241,118); }

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