#A2F480

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

Shades of Feijoa #A2F480

Tints of Feijoa #A2F480

Color information

#A2F480 (or 0xA2F480) is unknown color: approx Feijoa. HEX triplet: A2, F4 and 80. RGB value is (162,244,128). Sum of RGB (Red+Green+Blue) = 162+244+128=534 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.34% from 534); Green value is 244 (95.70% from 255 or 45.69% from 534); Blue value is 128 (50.39% from 255 or 23.97% from 534); Max value from RGB is 244 - color contains mainly: green. Hex color #A2F480 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2F480 is #5D0B7F. Grayscale: #CECECE. Windows color (decimal): -6097792 or 8451234. OLE color: 8451234.

HSL color Cylindrical-coordinate representation of color #A2F480: hue angle of 102.41º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A2F480 is Cyan = 0.34, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB162244128-
CMYK0.3400.480.04
HSL102.41º84.06%72.94%-
HSV(B)102.41º47.54%95.69%-
XYZ51.1573.9432-
YUV206.2683.8396.43-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.34%
GREEN value IS 244 (95.70% from 255) = 45.69%
BLUE value IS 128 (50.39% from 255) = 23.97%
R=30.34%
G=45.69%
B=23.97%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1622441280.3400.480.04102.4184.0672.94
HexA2F480220304665449
Octal242364200420604146124111
Binary1010001011110100100000001000100110000100110011010101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2F480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2F480; }

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

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

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

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

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

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

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

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