#A2FF70

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

Shades of Feijoa #A2FF70

Tints of Feijoa #A2FF70

Color information

#A2FF70 (or 0xA2FF70) is unknown color: approx Feijoa. HEX triplet: A2, FF and 70. RGB value is (162,255,112). Sum of RGB (Red+Green+Blue) = 162+255+112=529 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.62% from 529); Green value is 255 (100% from 255 or 48.20% from 529); Blue value is 112 (44.14% from 255 or 21.17% from 529); Max value from RGB is 255 - color contains mainly: green. Hex color #A2FF70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2FF70 is #5D008F. Grayscale: #D3D3D3. Windows color (decimal): -6094992 or 7405474. OLE color: 7405474.

HSL color Cylindrical-coordinate representation of color #A2FF70: hue angle of 99.02º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A2FF70 is Cyan = 0.36, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.

Color convert

RGB162255112-
CMYK0.3600.560
HSL99.02º100%71.96%-
HSV(B)99.02º56.08%100%-
XYZ53.5880.3728.02-
YUV210.8972.1993.13-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.62%
GREEN value IS 255 (100% from 255) = 48.20%
BLUE value IS 112 (44.14% from 255) = 21.17%
R=30.62%
G=48.20%
B=21.17%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1622551120.3600.56099.0210071.96
HexA2FF70240380636448
Octal242377160440700143144110
Binary1010001011111111111000010010001110000110001111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FF70; }

 p { color: rgb(162,255,112); }

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

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

 a { background-color: rgb(162,255,112); }

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

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

 span { border-color: rgb(162,255,112); }

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