#A2E671

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

Shades of Feijoa #A2E671

Tints of Feijoa #A2E671

Color information

#A2E671 (or 0xA2E671) is unknown color: approx Feijoa. HEX triplet: A2, E6 and 71. RGB value is (162,230,113). Sum of RGB (Red+Green+Blue) = 162+230+113=505 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.08% from 505); Green value is 230 (90.23% from 255 or 45.54% from 505); Blue value is 113 (44.53% from 255 or 22.38% from 505); Max value from RGB is 230 - color contains mainly: green. Hex color #A2E671 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2E671 is #5D198E. Grayscale: #C4C4C4. Windows color (decimal): -6101391 or 7464610. OLE color: 7464610.

HSL color Cylindrical-coordinate representation of color #A2E671: hue angle of 94.87º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A2E671 is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.

Color convert

RGB162230113-
CMYK0.3000.510.10
HSL94.87º70.06%67.25%-
HSV(B)94.87º50.87%90.2%-
XYZ46.1865.4725.83-
YUV196.3380.97103.51-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.08%
GREEN value IS 230 (90.23% from 255) = 45.54%
BLUE value IS 113 (44.53% from 255) = 22.38%
R=32.08%
G=45.54%
B=22.38%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1622301130.3000.510.1094.8770.0667.25
HexA2E6711E033A5f4643
Octal2423461613606312137106103
Binary101000101110011011100011111001100111010101111110001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2E671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2E671; }

 p { color: rgb(162,230,113); }

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

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

 a { background-color: rgb(162,230,113); }

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

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

 span { border-color: rgb(162,230,113); }

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