#A6D575

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

Shades of Feijoa #A6D575

Tints of Feijoa #A6D575

Color information

#A6D575 (or 0xA6D575) is unknown color: approx Feijoa. HEX triplet: A6, D5 and 75. RGB value is (166,213,117). Sum of RGB (Red+Green+Blue) = 166+213+117=496 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.47% from 496); Green value is 213 (83.59% from 255 or 42.94% from 496); Blue value is 117 (46.09% from 255 or 23.59% from 496); Max value from RGB is 213 - color contains mainly: green. Hex color #A6D575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D575 is #592A8A. Grayscale: #BCBCBC. Windows color (decimal): -5843595 or 7722406. OLE color: 7722406.

HSL color Cylindrical-coordinate representation of color #A6D575: hue angle of 89.38º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A6D575 is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB166213117-
CMYK0.2200.450.16
HSL89.38º53.33%64.71%-
HSV(B)89.38º45.07%83.53%-
XYZ42.7356.9825.58-
YUV18887.93112.31-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.47%
GREEN value IS 213 (83.59% from 255) = 42.94%
BLUE value IS 117 (46.09% from 255) = 23.59%
R=33.47%
G=42.94%
B=23.59%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1662131170.2200.450.1689.3853.3364.71
HexA6D5751602D10593541
Octal246325165260552013165101
Binary101001101101010111101011011001011011000010110011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D575; }

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

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

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

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

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

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

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

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