#A6E271

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

Shades of Feijoa #A6E271

Tints of Feijoa #A6E271

Color information

#A6E271 (or 0xA6E271) is unknown color: approx Feijoa. HEX triplet: A6, E2 and 71. RGB value is (166,226,113). Sum of RGB (Red+Green+Blue) = 166+226+113=505 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.87% from 505); Green value is 226 (88.67% from 255 or 44.75% from 505); Blue value is 113 (44.53% from 255 or 22.38% from 505); Max value from RGB is 226 - color contains mainly: green. Hex color #A6E271 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6E271 is #591D8E. Grayscale: #C3C3C3. Windows color (decimal): -5840271 or 7463590. OLE color: 7463590.

HSL color Cylindrical-coordinate representation of color #A6E271: hue angle of 91.86º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A6E271 is Cyan = 0.27, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.11.

Color convert

RGB166226113-
CMYK0.2700.50.11
HSL91.86º66.08%66.47%-
HSV(B)91.86º50%88.63%-
XYZ45.963.6925.5-
YUV195.1881.62107.19-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.87%
GREEN value IS 226 (88.67% from 255) = 44.75%
BLUE value IS 113 (44.53% from 255) = 22.38%
R=32.87%
G=44.75%
B=22.38%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1662261130.2700.50.1191.8666.0866.47
HexA6E2711B032B5c4242
Octal2463421613306213134102102
Binary101001101110001011100011101101100101011101110010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6E271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6E271; }

 p { color: rgb(166,226,113); }

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

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

 a { background-color: rgb(166,226,113); }

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

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

 span { border-color: rgb(166,226,113); }

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