#a2ef78

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

Shades of Feijoa #A2EF78

Tints of Feijoa #A2EF78

Color information

#A2EF78 (or 0xA2EF78) is unknown color: approx Feijoa. HEX triplet: A2, EF and 78. RGB value is (162,239,120). Sum of RGB (Red+Green+Blue) = 162+239+120=521 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.09% from 521); Green value is 239 (93.75% from 255 or 45.87% from 521); Blue value is 120 (47.27% from 255 or 23.03% from 521); Max value from RGB is 239 - color contains mainly: green. Hex color #A2EF78 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2EF78 is #5D1087. Grayscale: #CACACA. Windows color (decimal): -6099080 or 7925666. OLE color: 7925666.

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

Color convert

RGB162239120-
CMYK0.3200.500.06
HSL98.82º78.81%70.39%-
HSV(B)98.82º49.79%93.73%-
XYZ49.1670.7728.84-
YUV202.4181.4999.18-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.09%
GREEN value IS 239 (93.75% from 255) = 45.87%
BLUE value IS 120 (47.27% from 255) = 23.03%
R=31.09%
G=45.87%
B=23.03%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1622391200.3200.500.0698.8278.8170.39
HexA2EF78200326634f46
Octal242357170400626143117106
Binary101000101110111111110001000000110010110110001110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a2ef78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a2ef78; }

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

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

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

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

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

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

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

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