#A2F97A

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

Shades of Feijoa #A2F97A

Tints of Feijoa #A2F97A

Color information

#A2F97A (or 0xA2F97A) is unknown color: approx Feijoa. HEX triplet: A2, F9 and 7A. RGB value is (162,249,122). Sum of RGB (Red+Green+Blue) = 162+249+122=533 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.39% from 533); Green value is 249 (97.66% from 255 or 46.72% from 533); Blue value is 122 (48.05% from 255 or 22.89% from 533); Max value from RGB is 249 - color contains mainly: green. Hex color #A2F97A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F97A is #5D0685. Grayscale: #D0D0D0. Windows color (decimal): -6096518 or 8059298. OLE color: 8059298.

HSL color Cylindrical-coordinate representation of color #A2F97A: hue angle of 101.1º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A2F97A is Cyan = 0.35, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB162249122-
CMYK0.3500.510.02
HSL101.1º91.37%72.75%-
HSV(B)101.1º51%97.65%-
XYZ52.2976.8430.49-
YUV208.5179.1894.83-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.39%
GREEN value IS 249 (97.66% from 255) = 46.72%
BLUE value IS 122 (48.05% from 255) = 22.89%
R=30.39%
G=46.72%
B=22.89%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1622491220.3500.510.02101.191.3772.75
HexA2F97A230332655b49
Octal242371172430632145133111
Binary10100010111110011111010100011011001110110010110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2F97A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2F97A; }

 p { color: rgb(162,249,122); }

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

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

 a { background-color: rgb(162,249,122); }

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

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

 span { border-color: rgb(162,249,122); }

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