#A2F080

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

Shades of Feijoa #A2F080

Tints of Feijoa #A2F080

Color information

#A2F080 (or 0xA2F080) is unknown color: approx Feijoa. HEX triplet: A2, F0 and 80. RGB value is (162,240,128). Sum of RGB (Red+Green+Blue) = 162+240+128=530 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.57% from 530); Green value is 240 (94.14% from 255 or 45.28% from 530); Blue value is 128 (50.39% from 255 or 24.15% from 530); Max value from RGB is 240 - color contains mainly: green. Hex color #A2F080 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2F080 is #5D0F7F. Grayscale: #CCCCCC. Windows color (decimal): -6098816 or 8450210. OLE color: 8450210.

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

Color convert

RGB162240128-
CMYK0.3200.470.06
HSL101.79º78.87%72.16%-
HSV(B)101.79º46.67%94.12%-
XYZ49.9671.5631.6-
YUV203.9185.1698.11-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.57%
GREEN value IS 240 (94.14% from 255) = 45.28%
BLUE value IS 128 (50.39% from 255) = 24.15%
R=30.57%
G=45.28%
B=24.15%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1622401280.3200.470.06101.7978.8772.16
HexA2F0802002F6664f48
Octal242360200400576146117110
Binary1010001011110000100000001000000101111110110011010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2F080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2F080; }

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

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

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

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

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

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

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

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