#A6D580

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

Shades of Feijoa #A6D580

Tints of Feijoa #A6D580

Color information

#A6D580 (or 0xA6D580) is unknown color: approx Feijoa. HEX triplet: A6, D5 and 80. RGB value is (166,213,128). Sum of RGB (Red+Green+Blue) = 166+213+128=507 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.74% from 507); Green value is 213 (83.59% from 255 or 42.01% from 507); Blue value is 128 (50.39% from 255 or 25.25% from 507); Max value from RGB is 213 - color contains mainly: green. Hex color #A6D580 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D580 is #592A7F. Grayscale: #BDBDBD. Windows color (decimal): -5843584 or 8443302. OLE color: 8443302.

HSL color Cylindrical-coordinate representation of color #A6D580: hue angle of 93.18º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A6D580 is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB166213128-
CMYK0.2200.400.16
HSL93.18º50.3%66.86%-
HSV(B)93.18º39.91%83.53%-
XYZ43.4257.2529.18-
YUV189.2693.43111.41-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.74%
GREEN value IS 213 (83.59% from 255) = 42.01%
BLUE value IS 128 (50.39% from 255) = 25.25%
R=32.74%
G=42.01%
B=25.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1662131280.2200.400.1693.1850.366.86
HexA6D58016028105d3243
Octal246325200260502013562103
Binary1010011011010101100000001011001010001000010111011100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D580; }

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

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

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

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

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

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

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

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