#A3E772

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

Shades of Feijoa #A3E772

Tints of Feijoa #A3E772

Color information

#A3E772 (or 0xA3E772) is unknown color: approx Feijoa. HEX triplet: A3, E7 and 72. RGB value is (163,231,114). Sum of RGB (Red+Green+Blue) = 163+231+114=508 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.09% from 508); Green value is 231 (90.62% from 255 or 45.47% from 508); Blue value is 114 (44.92% from 255 or 22.44% from 508); Max value from RGB is 231 - color contains mainly: green. Hex color #A3E772 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A3E772 is #5C188D. Grayscale: #C5C5C5. Windows color (decimal): -6035598 or 7530403. OLE color: 7530403.

HSL color Cylindrical-coordinate representation of color #A3E772: hue angle of 94.87º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A3E772 is Cyan = 0.29, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB163231114-
CMYK0.2900.510.09
HSL94.87º70.91%67.65%-
HSV(B)94.87º50.65%90.59%-
XYZ46.7266.1526.23-
YUV197.3380.97103.51-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.09%
GREEN value IS 231 (90.62% from 255) = 45.47%
BLUE value IS 114 (44.92% from 255) = 22.44%
R=32.09%
G=45.47%
B=22.44%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1632311140.2900.510.0994.8770.9167.65
HexA3E7721D03395f4744
Octal2433471623506311137107104
Binary101000111110011111100101110101100111001101111110001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3E772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3E772; }

 p { color: rgb(163,231,114); }

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

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

 a { background-color: rgb(163,231,114); }

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

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

 span { border-color: rgb(163,231,114); }

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