#A2F76A

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

Shades of Feijoa #A2F76A

Tints of Feijoa #A2F76A

Color information

#A2F76A (or 0xA2F76A) is unknown color: approx Feijoa. HEX triplet: A2, F7 and 6A. RGB value is (162,247,106). Sum of RGB (Red+Green+Blue) = 162+247+106=515 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.46% from 515); Green value is 247 (96.88% from 255 or 47.96% from 515); Blue value is 106 (41.80% from 255 or 20.58% from 515); Max value from RGB is 247 - color contains mainly: green. Hex color #A2F76A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F76A is #5D0895. Grayscale: #CDCDCD. Windows color (decimal): -6097046 or 7010210. OLE color: 7010210.

HSL color Cylindrical-coordinate representation of color #A2F76A: hue angle of 96.17º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A2F76A is Cyan = 0.34, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.

Color convert

RGB162247106-
CMYK0.3400.570.03
HSL96.17º89.81%69.22%-
HSV(B)96.17º57.09%96.86%-
XYZ50.7675.2425.48-
YUV205.5171.8496.96-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.46%
GREEN value IS 247 (96.88% from 255) = 47.96%
BLUE value IS 106 (41.80% from 255) = 20.58%
R=31.46%
G=47.96%
B=20.58%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1622471060.3400.570.0396.1789.8169.22
HexA2F76A220393605a45
Octal242367152420713140132105
Binary10100010111101111101010100010011100111110000010110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2F76A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2F76A; }

 p { color: rgb(162,247,106); }

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

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

 a { background-color: rgb(162,247,106); }

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

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

 span { border-color: rgb(162,247,106); }

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