#A2FD78

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

Shades of Feijoa #A2FD78

Tints of Feijoa #A2FD78

Color information

#A2FD78 (or 0xA2FD78) is unknown color: approx Feijoa. HEX triplet: A2, FD and 78. RGB value is (162,253,120). Sum of RGB (Red+Green+Blue) = 162+253+120=535 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.28% from 535); Green value is 253 (99.22% from 255 or 47.29% from 535); Blue value is 120 (47.27% from 255 or 22.43% from 535); Max value from RGB is 253 - color contains mainly: green. Hex color #A2FD78 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2FD78 is #5D0287. Grayscale: #D3D3D3. Windows color (decimal): -6095496 or 7929250. OLE color: 7929250.

HSL color Cylindrical-coordinate representation of color #A2FD78: hue angle of 101.05º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A2FD78 is Cyan = 0.36, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.01.

Color convert

RGB162253120-
CMYK0.3600.530.01
HSL101.05º97.08%73.14%-
HSV(B)101.05º52.57%99.22%-
XYZ53.4279.2930.26-
YUV210.6376.8593.31-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.28%
GREEN value IS 253 (99.22% from 255) = 47.29%
BLUE value IS 120 (47.27% from 255) = 22.43%
R=30.28%
G=47.29%
B=22.43%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1622531200.3600.530.01101.0597.0873.14
HexA2FD78240351656149
Octal242375170440651145141111
Binary1010001011111101111100010010001101011110010111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2FD78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2FD78; }

 p { color: rgb(162,253,120); }

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

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

 a { background-color: rgb(162,253,120); }

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

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

 span { border-color: rgb(162,253,120); }

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