#A2D57E

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

Shades of Feijoa #A2D57E

Tints of Feijoa #A2D57E

Color information

#A2D57E (or 0xA2D57E) is unknown color: approx Feijoa. HEX triplet: A2, D5 and 7E. RGB value is (162,213,126). Sum of RGB (Red+Green+Blue) = 162+213+126=501 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.34% from 501); Green value is 213 (83.59% from 255 or 42.51% from 501); Blue value is 126 (49.61% from 255 or 25.15% from 501); Max value from RGB is 213 - color contains mainly: green. Hex color #A2D57E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D57E is #5D2A81. Grayscale: #BCBCBC. Windows color (decimal): -6105730 or 8312226. OLE color: 8312226.

HSL color Cylindrical-coordinate representation of color #A2D57E: hue angle of 95.17º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A2D57E is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB162213126-
CMYK0.2400.410.16
HSL95.17º50.88%66.47%-
HSV(B)95.17º40.85%83.53%-
XYZ42.4656.7828.46-
YUV187.8393.1109.57-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.34%
GREEN value IS 213 (83.59% from 255) = 42.51%
BLUE value IS 126 (49.61% from 255) = 25.15%
R=32.34%
G=42.51%
B=25.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1622131260.2400.410.1695.1750.8866.47
HexA2D57E18029105f3342
Octal242325176300512013763102
Binary101000101101010111111101100001010011000010111111100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D57E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D57E; }

 p { color: rgb(162,213,126); }

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

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

 a { background-color: rgb(162,213,126); }

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

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

 span { border-color: rgb(162,213,126); }

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