#A6F175

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

Shades of Feijoa #A6F175

Tints of Feijoa #A6F175

Color information

#A6F175 (or 0xA6F175) is unknown color: approx Feijoa. HEX triplet: A6, F1 and 75. RGB value is (166,241,117). Sum of RGB (Red+Green+Blue) = 166+241+117=524 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.68% from 524); Green value is 241 (94.53% from 255 or 45.99% from 524); Blue value is 117 (46.09% from 255 or 22.33% from 524); Max value from RGB is 241 - color contains mainly: green. Hex color #A6F175 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6F175 is #590E8A. Grayscale: #CCCCCC. Windows color (decimal): -5836427 or 7729574. OLE color: 7729574.

HSL color Cylindrical-coordinate representation of color #A6F175: hue angle of 96.29º degrees, saturation: 0.82, 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 #A6F175 is Cyan = 0.31, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB166241117-
CMYK0.3100.510.05
HSL96.29º81.58%70.2%-
HSV(B)96.29º51.45%94.51%-
XYZ50.3972.328.13-
YUV204.4478.65100.58-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.68%
GREEN value IS 241 (94.53% from 255) = 45.99%
BLUE value IS 117 (46.09% from 255) = 22.33%
R=31.68%
G=45.99%
B=22.33%

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
Decimal1662411170.3100.510.0596.2981.5870.2
HexA6F1751F0335605246
Octal246361165370635140122106
Binary10100110111100011110101111110110011101110000010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6F175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6F175; }

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

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

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

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

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

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

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

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