#A6D57E

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

Shades of Feijoa #A6D57E

Tints of Feijoa #A6D57E

Color information

#A6D57E (or 0xA6D57E) is unknown color: approx Feijoa. HEX triplet: A6, D5 and 7E. RGB value is (166,213,126). Sum of RGB (Red+Green+Blue) = 166+213+126=505 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.87% from 505); Green value is 213 (83.59% from 255 or 42.18% from 505); Blue value is 126 (49.61% from 255 or 24.95% from 505); Max value from RGB is 213 - color contains mainly: green. Hex color #A6D57E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D57E is #592A81. Grayscale: #BDBDBD. Windows color (decimal): -5843586 or 8312230. OLE color: 8312230.

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

Color convert

RGB166213126-
CMYK0.2200.410.16
HSL92.41º50.88%66.47%-
HSV(B)92.41º40.85%83.53%-
XYZ43.2957.228.5-
YUV189.0392.43111.57-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.87%
GREEN value IS 213 (83.59% from 255) = 42.18%
BLUE value IS 126 (49.61% from 255) = 24.95%
R=32.87%
G=42.18%
B=24.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1662131260.2200.410.1692.4150.8866.47
HexA6D57E16029105c3342
Octal246325176260512013463102
Binary101001101101010111111101011001010011000010111001100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D57E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D57E; }

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

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

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

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

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

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

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

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