#A2F97D

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

Shades of Feijoa #A2F97D

Tints of Feijoa #A2F97D

Color information

#A2F97D (or 0xA2F97D) is unknown color: approx Feijoa. HEX triplet: A2, F9 and 7D. RGB value is (162,249,125). Sum of RGB (Red+Green+Blue) = 162+249+125=536 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.22% from 536); Green value is 249 (97.66% from 255 or 46.46% from 536); Blue value is 125 (49.22% from 255 or 23.32% from 536); Max value from RGB is 249 - color contains mainly: green. Hex color #A2F97D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F97D is #5D0682. Grayscale: #D1D1D1. Windows color (decimal): -6096515 or 8255906. OLE color: 8255906.

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

Color convert

RGB162249125-
CMYK0.3500.500.02
HSL102.1º91.18%73.33%-
HSV(B)102.1º49.8%97.65%-
XYZ52.4876.9131.48-
YUV208.8580.6894.58-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.22%
GREEN value IS 249 (97.66% from 255) = 46.46%
BLUE value IS 125 (49.22% from 255) = 23.32%
R=30.22%
G=46.46%
B=23.32%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1622491250.3500.500.02102.191.1873.33
HexA2F97D230322665b49
Octal242371175430622146133111
Binary10100010111110011111101100011011001010110011010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2F97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2F97D; }

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

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

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

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

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

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

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

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