#A6D174

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

Shades of Feijoa #A6D174

Tints of Feijoa #A6D174

Color information

#A6D174 (or 0xA6D174) is unknown color: approx Feijoa. HEX triplet: A6, D1 and 74. RGB value is (166,209,116). Sum of RGB (Red+Green+Blue) = 166+209+116=491 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.81% from 491); Green value is 209 (82.03% from 255 or 42.57% from 491); Blue value is 116 (45.70% from 255 or 23.63% from 491); Max value from RGB is 209 - color contains mainly: green. Hex color #A6D174 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D174 is #592E8B. Grayscale: #B9B9B9. Windows color (decimal): -5844620 or 7655846. OLE color: 7655846.

HSL color Cylindrical-coordinate representation of color #A6D174: hue angle of 87.74º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A6D174 is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB166209116-
CMYK0.2100.440.18
HSL87.74º50.27%63.73%-
HSV(B)87.74º44.5%81.96%-
XYZ41.6854.9724.94-
YUV185.5488.75114.06-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.81%
GREEN value IS 209 (82.03% from 255) = 42.57%
BLUE value IS 116 (45.70% from 255) = 23.63%
R=33.81%
G=42.57%
B=23.63%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1662091160.2100.440.1887.7450.2763.73
HexA6D1741502C12583240
Octal246321164250542213062100
Binary101001101101000111101001010101011001001010110001100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D174; }

 p { color: rgb(166,209,116); }

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

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

 a { background-color: rgb(166,209,116); }

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

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

 span { border-color: rgb(166,209,116); }

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