#A1D56E

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

Shades of Feijoa #A1D56E

Tints of Feijoa #A1D56E

Color information

#A1D56E (or 0xA1D56E) is unknown color: approx Feijoa. HEX triplet: A1, D5 and 6E. RGB value is (161,213,110). Sum of RGB (Red+Green+Blue) = 161+213+110=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 213 (83.59% from 255 or 44.01% from 484); Blue value is 110 (43.36% from 255 or 22.73% from 484); Max value from RGB is 213 - color contains mainly: green. Hex color #A1D56E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D56E is #5E2A91. Grayscale: #BABABA. Windows color (decimal): -6171282 or 7263649. OLE color: 7263649.

HSL color Cylindrical-coordinate representation of color #A1D56E: hue angle of 90.29º 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 #A1D56E is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB161213110-
CMYK0.2400.480.16
HSL90.29º55.08%63.33%-
HSV(B)90.29º48.36%83.53%-
XYZ41.3156.2923.44-
YUV185.7185.27110.38-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.26%
GREEN value IS 213 (83.59% from 255) = 44.01%
BLUE value IS 110 (43.36% from 255) = 22.73%
R=33.26%
G=44.01%
B=22.73%

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
Decimal1612131100.2400.480.1690.2955.0863.33
HexA1D56E18030105a373f
Octal24132515630060201326777
Binary10100001110101011101110110000110000100001011010110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D56E; }

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

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

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

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

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

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

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

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