#A6D175

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

Shades of Feijoa #A6D175

Tints of Feijoa #A6D175

Color information

#A6D175 (or 0xA6D175) is unknown color: approx Feijoa. HEX triplet: A6, D1 and 75. RGB value is (166,209,117). Sum of RGB (Red+Green+Blue) = 166+209+117=492 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.74% from 492); Green value is 209 (82.03% from 255 or 42.48% from 492); Blue value is 117 (46.09% from 255 or 23.78% from 492); Max value from RGB is 209 - color contains mainly: green. Hex color #A6D175 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D175 is #592E8A. Grayscale: #B9B9B9. Windows color (decimal): -5844619 or 7721382. OLE color: 7721382.

HSL color Cylindrical-coordinate representation of color #A6D175: hue angle of 88.04º 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 #A6D175 is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB166209117-
CMYK0.2100.440.18
HSL88.04º50%63.92%-
HSV(B)88.04º44.02%81.96%-
XYZ41.7454.9925.24-
YUV185.6689.25113.98-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.74%
GREEN value IS 209 (82.03% from 255) = 42.48%
BLUE value IS 117 (46.09% from 255) = 23.78%
R=33.74%
G=42.48%
B=23.78%

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
Decimal1662091170.2100.440.1888.045063.92
HexA6D1751502C12583240
Octal246321165250542213062100
Binary101001101101000111101011010101011001001010110001100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D175; }

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

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

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

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

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

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

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

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