#A2F06D

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

Shades of Feijoa #A2F06D

Tints of Feijoa #A2F06D

Color information

#A2F06D (or 0xA2F06D) is unknown color: approx Feijoa. HEX triplet: A2, F0 and 6D. RGB value is (162,240,109). Sum of RGB (Red+Green+Blue) = 162+240+109=511 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.70% from 511); Green value is 240 (94.14% from 255 or 46.97% from 511); Blue value is 109 (42.97% from 255 or 21.33% from 511); Max value from RGB is 240 - color contains mainly: green. Hex color #A2F06D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F06D is #5D0F92. Grayscale: #CACACA. Windows color (decimal): -6098835 or 7205026. OLE color: 7205026.

HSL color Cylindrical-coordinate representation of color #A2F06D: hue angle of 95.73º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A2F06D is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB162240109-
CMYK0.3200.550.06
HSL95.73º81.37%68.43%-
HSV(B)95.73º54.58%94.12%-
XYZ48.8271.1125.62-
YUV201.7475.6699.65-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.70%
GREEN value IS 240 (94.14% from 255) = 46.97%
BLUE value IS 109 (42.97% from 255) = 21.33%
R=31.70%
G=46.97%
B=21.33%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1622401090.3200.550.0695.7381.3768.43
HexA2F06D200376605144
Octal242360155400676140121104
Binary101000101111000011011011000000110111110110000010100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2F06D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2F06D; }

 p { color: rgb(162,240,109); }

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

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

 a { background-color: rgb(162,240,109); }

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

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

 span { border-color: rgb(162,240,109); }

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