#A2D56E

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

Shades of Feijoa #A2D56E

Tints of Feijoa #A2D56E

Color information

#A2D56E (or 0xA2D56E) is unknown color: approx Feijoa. HEX triplet: A2, D5 and 6E. RGB value is (162,213,110). Sum of RGB (Red+Green+Blue) = 162+213+110=485 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.40% from 485); Green value is 213 (83.59% from 255 or 43.92% from 485); Blue value is 110 (43.36% from 255 or 22.68% from 485); Max value from RGB is 213 - color contains mainly: green. Hex color #A2D56E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D56E is #5D2A91. Grayscale: #BABABA. Windows color (decimal): -6105746 or 7263650. OLE color: 7263650.

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

Color convert

RGB162213110-
CMYK0.2400.480.16
HSL89.71º55.08%63.33%-
HSV(B)89.71º48.36%83.53%-
XYZ41.5156.423.45-
YUV186.0185.1110.88-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.40%
GREEN value IS 213 (83.59% from 255) = 43.92%
BLUE value IS 110 (43.36% from 255) = 22.68%
R=33.40%
G=43.92%
B=22.68%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1622131100.2400.480.1689.7155.0863.33
HexA2D56E18030105a373f
Octal24232515630060201326777
Binary10100010110101011101110110000110000100001011010110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D56E; }

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

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

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

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

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

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

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

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